From a38e90adf7d746cc9cb1c1e02a615e32556597fa Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 26 Jul 2026 08:45:30 +0000 Subject: move microvms to separate folder --- hosts/immich/immich.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 hosts/immich/immich.nix (limited to 'hosts/immich/immich.nix') diff --git a/hosts/immich/immich.nix b/hosts/immich/immich.nix deleted file mode 100644 index bd17dd4..0000000 --- a/hosts/immich/immich.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ - config, - ... -}: -{ - sops.secrets."immich.yaml" = { - sopsFile = ./immich.yaml; - owner = config.services.immich.user; - key = ""; - }; - - services.immich = { - enable = true; - host = "10.89.88.13"; - redis.enable = true; - database.createDB = true; - machine-learning.enable = true; - settings = null; # has to contain secrets https://github.com/immich-app/immich/discussions/14815 - environment = { - IMMICH_CONFIG_FILE = config.sops.secrets."immich.yaml".path; - }; - }; -} -- cgit v1.3.1