1
0
Fork 0

Fix backup permissions

This commit is contained in:
maralorn 2022-12-09 00:21:19 +01:00
parent c2eb6bd9bd
commit 5814dc043a

View file

@ -54,6 +54,7 @@ in {
};
systemd.tmpfiles.rules = [
"d /backup 700 borg borg - -"
"d /disk/persist/root 700 root root - -"
"d /disk/persist/root/.ssh 700 root root - -"
"d /disk/persist/etc/ssh 755 root root - -"