From bcdd3fe2e4b5dd00f2799a4f349baf910a113188 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 1 Jun 2023 20:43:57 +0200 Subject: add noctilucent --- flake.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'flake.nix') 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 = -- cgit v1.3.1