+AZPILOGISTIK02-04

This commit is contained in:
2025-11-12 11:40:28 +01:00
parent 8d4adb87ca
commit d6f7f05641
6 changed files with 103 additions and 69 deletions

View File

@@ -134,6 +134,30 @@
};
modules = [./home/logistik/AZPILOGISTIK01.nix];
};
"logistik@AZPILOGISTIK02" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."aarch64-linux";
extraSpecialArgs = {
inherit inputs outputs;
hostname = "AZPILOGISTIK02";
};
modules = [./home/logistik/AZPILOGISTIK02.nix];
};
"logistik@AZPILOGISTIK03" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."aarch64-linux";
extraSpecialArgs = {
inherit inputs outputs;
hostname = "AZPILOGISTIK03";
};
modules = [./home/logistik/AZPILOGISTIK03.nix];
};
"logistik@AZPILOGISTIK04" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."aarch64-linux";
extraSpecialArgs = {
inherit inputs outputs;
hostname = "AZPILOGISTIK04";
};
modules = [./home/logistik/AZPILOGISTIK04.nix];
};
};
deploy.nodes = {
AZ-CLD-1 = {