l syncthing: fix permissions of sync
This commit is contained in:
parent
b216553984
commit
dda92fcf0b
|
@ -25,8 +25,9 @@ in {
|
|||
'';
|
||||
|
||||
krebs.permown."/home/lass/sync" = {
|
||||
file-mode = "u+rw,g+rw";
|
||||
owner = "lass";
|
||||
group = "syncthing";
|
||||
umask = "0007";
|
||||
umask = "0002";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue