mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-05 01:31:37 +02:00
Fix permissions
This commit is contained in:
parent
db96e44549
commit
bd61f4dc2b
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
||||||
};
|
};
|
||||||
"restic/backup.sh" = {
|
"restic/backup.sh" = {
|
||||||
source = ../../restic/backup.sh;
|
source = ../../restic/backup.sh;
|
||||||
|
mode = "0500";
|
||||||
|
user = config.users.users.restic.name;
|
||||||
|
group = config.users.users.restic.group;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue