summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d689807..617a914 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,6 +35,14 @@
./modules/mail.nix
];
};
+ cirrus = nixpkgs.lib.nixosSystem {
+ system = "x86_64-linux";
+ modules = [
+ sops-nix.nixosModules.sops
+ ./hosts/cirrus/configuration.nix
+ ./modules/basic-tools.nix
+ ];
+ };
};
};
}