From 6ed8e49ac86e8806e4605288ce5305e7ecd736b0 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 12 Sep 2026 16:25:59 -0400 Subject: new host for immich, with gpu --- nix/flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index ccc45ad..72c53d3 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -36,6 +36,15 @@ ]; }; + "photos" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./per-host/base/configuration.nix + ./per-host/photos/configuration.nix + sops-nix.nixosModules.sops + ]; + }; + "rproxy-2" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ -- cgit v1.2.3