[NixOS] Share syncthing directory from biskcomp

This commit is contained in:
2023-12-07 20:21:33 -07:00
parent 5692999aa1
commit 4b71ea64fe
2 changed files with 15 additions and 9 deletions

View File

@@ -28,6 +28,9 @@ in
home = "/var/lib/syncthing";
createHome = true;
};
nginx = {
extraGroups = ["syncthing"];
};
imalison = userDefaults // {
extraGroups = extraGroupsWithWheel;
name = "imalison";