christine.nix 357 B

12345678910111213141516
  1. {
  2. users.users.christine = {
  3. isSystemUser = true;
  4. group = "storage";
  5. };
  6. services.samba.settings = {
  7. christine-photos = {
  8. "path" = "/mnt/storage/immich/library/3aaaf0a1-011e-450d-a47c-4a320deb93e5";
  9. "browseable" = "yes";
  10. "read only" = "yes";
  11. "valid users" = "christine";
  12. "force user" = "immich";
  13. };
  14. };
  15. }