draft AZ-PRM-1 config
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -91,9 +91,18 @@
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
AZ-PRM-1 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./hosts/AZ-PRM-1
|
||||
agenix.nixosModules.default
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
deploy.nodes.AZ-CLD-1 = {
|
||||
deploy.nodes = {
|
||||
AZ-CLD-1 = {
|
||||
hostname = "AZ-CLD-1";
|
||||
profiles.system = {
|
||||
sshUser = "sascha.koenig";
|
||||
@@ -103,5 +112,6 @@
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.AZ-CLD-1;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user