Compare commits
1 commit
4b684bc1e6
...
f334e00d01
Author | SHA1 | Date | |
---|---|---|---|
f334e00d01 |
2 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@
|
|||
};
|
||||
backupKey = {
|
||||
sopsFile = ./backupKey.yaml;
|
||||
owner = "mailman";
|
||||
group = "mailman";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
mode = "0400";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue