From 49af61608f798edad788d54b923f0c936153e1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 27 Sep 2024 15:26:27 +0300 Subject: [PATCH] immich: remove all systemd customizations --- modules/services/immich/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/services/immich/default.nix b/modules/services/immich/default.nix index ecbd6ab..58ab60a 100644 --- a/modules/services/immich/default.nix +++ b/modules/services/immich/default.nix @@ -31,16 +31,16 @@ in } ]; - systemd = { - #tmpfiles.rules = [ "d /var/cache/immich/userdata 0700 immich immich -" ]; - services.immich-server.serviceConfig = { - ProtectHome = lib.mkForce "tmpfs"; - CacheDirectory = "immich"; - #BindPaths = lib.mapAttrsToList ( - # name: srcpath: "${srcpath}:/var/cache/immich/userdata/${name}" - #) cfg.paths; - }; - }; + #systemd = { + # #tmpfiles.rules = [ "d /var/cache/immich/userdata 0700 immich immich -" ]; + # services.immich-server.serviceConfig = { + # #ProtectHome = lib.mkForce "tmpfs"; + # #CacheDirectory = "immich"; + # #BindPaths = lib.mapAttrsToList ( + # # name: srcpath: "${srcpath}:/var/cache/immich/userdata/${name}" + # #) cfg.paths; + # }; + #}; };