Add srv01.hf as docker host
This commit is contained in:
parent
2249b4cc58
commit
db8b0f1d5f
3 changed files with 74 additions and 0 deletions
13
flake.nix
13
flake.nix
|
@ -117,6 +117,19 @@
|
|||
];
|
||||
};
|
||||
|
||||
srv01-hf = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
};
|
||||
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
./hosts/srv01.hf
|
||||
];
|
||||
};
|
||||
|
||||
kube01 = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue