feat: add host
This commit is contained in:
parent
0559b947b7
commit
5dfaaf249b
1 changed files with 8 additions and 0 deletions
|
@ -77,6 +77,14 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
citadel = nixpkgs.lib.nixosSystem {
|
||||||
|
inherit specialArgs;
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = defaultModules ++ [
|
||||||
|
./nixos/hosts/citadel
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
dns01 = nixpkgs.lib.nixosSystem {
|
dns01 = nixpkgs.lib.nixosSystem {
|
||||||
inherit specialArgs;
|
inherit specialArgs;
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
|
|
Reference in a new issue