summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-06-01 20:43:57 +0200
committerGrigory Shipunov2023-06-16 14:58:39 +0200
commitbcdd3fe2e4b5dd00f2799a4f349baf910a113188 (patch)
treed8c8cce948141e62c6e86480815a4025713cfe04 /flake.nix
parent2088d04d8733ec94ce42452f4b0f63b1f6d4fa24 (diff)
add noctilucent
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f71ea6e..0be64f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -160,6 +160,20 @@
./modules/server
];
};
+
+ noctilucent = nixpkgs.lib.nixosSystem {
+ system = "x86_64-linux";
+ specialArgs = { inherit inputs; };
+ modules = [
+ sops-nix.nixosModules.sops
+
+ ./hosts/noctilucent
+ ./modules/server
+
+ ./modules/basic-tools
+ ./modules/binary-caches.nix
+ ];
+ };
};
hydraJobs =