add noctilucent
This commit is contained in:
parent
2088d04d87
commit
bcdd3fe2e4
2 changed files with 15 additions and 0 deletions
14
flake.nix
14
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 =
|
||||
|
|
1
hosts/noctilucent/default.nix
Normal file
1
hosts/noctilucent/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
Loading…
Add table
Reference in a new issue