immich: init

This commit is contained in:
Grigory Shipunov 2025-01-21 17:39:25 +00:00 committed by Grisha Shipunov
parent db13bc801c
commit 42aa8b3a78
10 changed files with 259 additions and 0 deletions

View file

@ -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; };