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 = diff --git a/hosts/noctilucent/default.nix b/hosts/noctilucent/default.nix new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/hosts/noctilucent/default.nix @@ -0,0 +1 @@ +{}