diff --git a/modules/server/immich.nix b/modules/server/immich.nix index 3677a99..e5a70d4 100644 --- a/modules/server/immich.nix +++ b/modules/server/immich.nix @@ -38,9 +38,9 @@ in ]; }; - systemd.tmpfiles.rules = [ - "z ${config.services.immich.mediaLocation} 0755 immich immich -" - ]; + # systemd.tmpfiles.rules = [ + # "z ${config.services.immich.mediaLocation} 0755 immich immich -" + # ]; users.users.immich.extraGroups = [ "video"