Compare commits

..

1 commit

Author SHA1 Message Date
f334e00d01 Restrict HRZ allowlist update service privileges 2024-04-04 17:45:51 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,8 @@
}; };
backupKey = { backupKey = {
sopsFile = ./backupKey.yaml; sopsFile = ./backupKey.yaml;
owner = "mailman"; owner = "root";
group = "mailman"; group = "root";
mode = "0400"; mode = "0400";
}; };
}; };

View file

@ -131,8 +131,8 @@ in {
}; };
repo = "borg@192.168.1.11:lobon"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33 repo = "borg@192.168.1.11:lobon"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33
startAt = "daily"; startAt = "daily";
user = "mailman"; user = "root";
group = "mailman"; group = "root";
}; };
}; };
} }