Fix permissions

This commit is contained in:
Kevin Kandlbinder 2023-05-25 15:52:18 +02:00
parent db96e44549
commit bd61f4dc2b
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -29,6 +29,9 @@
};
"restic/backup.sh" = {
source = ../../restic/backup.sh;
mode = "0500";
user = config.users.users.restic.name;
group = config.users.users.restic.group;
};
};