aboutsummaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-09-12 20:25:59 +0000
committerKumar Damani <me@kumardamani.net>2026-09-12 20:25:59 +0000
commit6ed8e49ac86e8806e4605288ce5305e7ecd736b0 (patch)
tree0049a994d776980b9a5a8fc78ab611995e7994a0 /nix/flake.nix
parent709ffca4884737c026978e71ead1ee8c5d521106 (diff)
new host for immich, with gpu
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix9
1 files changed, 9 insertions, 0 deletions
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 = [