From bef88d4e49528eb3d9e4b9fcac09df4713443550 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 26 Oct 2025 08:46:40 +0300 Subject: [PATCH] 123 --- modules/server/immich.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/server/immich.nix b/modules/server/immich.nix index e5a70d4..ce371c9 100644 --- a/modules/server/immich.nix +++ b/modules/server/immich.nix @@ -14,7 +14,7 @@ in { services = { immich = { - enable = false; + enable = true; package = pkgs.immich; port = 2283; host = "0.0.0.0"; @@ -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"