fix browser permission stuff, which should have handle stuff but isn't
This commit is contained in:
parent
d8601a39dc
commit
789131b422
2 changed files with 5 additions and 25 deletions
nixos/machines/chungus
|
@ -48,8 +48,8 @@
|
|||
services.permown."/syncthing" = {
|
||||
owner = "syncthing";
|
||||
group = "syncthing";
|
||||
directory-mode = "760";
|
||||
file-mode = "760";
|
||||
directory-mode = "755";
|
||||
file-mode = "755";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue