Add host srv03
This commit is contained in:
parent
e8d9329e8e
commit
061fdb2a47
5 changed files with 185 additions and 0 deletions
18
flake.nix
18
flake.nix
|
|
@ -167,6 +167,24 @@
|
|||
];
|
||||
};
|
||||
|
||||
srv03 = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
./hosts/srv03
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue