From fd85cc1d47016821328f731e9f7adcf26c7feb01 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 17 Mar 2025 21:27:02 +0100 Subject: [PATCH] Add immich --- hosts/dalinar/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/dalinar/default.nix b/hosts/dalinar/default.nix index 783c654..4fb2e4f 100644 --- a/hosts/dalinar/default.nix +++ b/hosts/dalinar/default.nix @@ -120,6 +120,14 @@ }; }; + services.immich = { + enable = true; + host = "0.0.0.0"; + openFirewall = true; + machine-learning.enable = false; + # TODO set data dir + }; + # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. #