From 174c414636b86eccc78b1e319794630eeccf13e3 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 11 Apr 2026 19:08:13 -0500 Subject: immich not enabled by default --- hosts/poweredge/configuration.nix | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'hosts/poweredge/configuration.nix') diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index e2798bd..ef99add 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -25,21 +25,27 @@ }; }; + # Import zfs pools + boot.zfs.extraPools = [ "ingens" "memoria" ]; # Enable smartd services.smartd.enable = true; # TODO move to archetype # Enable web services - # services = { - # _cgit = { - # enable = true; - # hostAddress = "192.168.1.10"; - # localAddress = "192.168.1.11"; - # rootTitle = "PowerEdge local cgit"; - # # TODO add authorizedKeys - # }; - # }; - # + services = { + #_cgit = { + # enable = true; + # hostAddress = "192.168.1.10"; + # localAddress = "192.168.1.11"; + # rootTitle = "PowerEdge local cgit"; + # # TODO add authorizedKeys + #}; + _immich = { + enable = true; + mediaLocationHostPath = "/media/ingens/immich"; + }; + }; + #services._klipper.enable = true; # Enable user timmy -- cgit v1.2.3