From 42aa8b3a7873c38a1769cef27b7215b683f25737 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 21 Jan 2025 17:39:25 +0000 Subject: immich: init --- flake.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 44869f9..805f1e1 100644 --- a/flake.nix +++ b/flake.nix @@ -129,6 +129,19 @@ ]; }; + immich = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + modules = [ + sops-nix.nixosModules.sops + microvm.nixosModules.microvm + + ./hosts/immich + ./modules/server + ./modules/wg + ]; + }; + radicale = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; -- cgit v1.3.1