l syncthing: fix permissions of sync

This commit is contained in:
lassulus 2019-05-29 15:47:58 +02:00
parent b216553984
commit dda92fcf0b

View File

@ -25,8 +25,9 @@ in {
'';
krebs.permown."/home/lass/sync" = {
file-mode = "u+rw,g+rw";
owner = "lass";
group = "syncthing";
umask = "0007";
umask = "0002";
};
}