Compare commits
1 commit
f2b83cf5d8
...
6b0a230d7e
Author | SHA1 | Date | |
---|---|---|---|
6b0a230d7e |
1 changed files with 2 additions and 3 deletions
|
@ -93,7 +93,6 @@ in {
|
|||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "mailman";
|
||||
NoNewPrivileges = true;
|
||||
# See https://www.man7.org/linux/man-pages/man5/systemd.exec.5.html
|
||||
PrivateTmp = true;
|
||||
ProtectHome = true;
|
||||
|
@ -131,8 +130,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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue