fix browser permission stuff, which should have handle stuff but isn't

This commit is contained in:
Ingolf Wagner 2023-12-15 14:23:36 +01:00
commit 789131b422
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 25 deletions
nixos/machines/chungus

View file

@ -48,8 +48,8 @@
services.permown."/syncthing" = {
owner = "syncthing";
group = "syncthing";
directory-mode = "760";
file-mode = "760";
directory-mode = "755";
file-mode = "755";
};
}