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 = {
sopsFile = ./backupKey.yaml;
owner = "mailman";
group = "mailman";
owner = "root";
group = "root";
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
startAt = "daily";
user = "mailman";
group = "mailman";
user = "root";
group = "root";
};
};
}