+AZPIVERTRIEB01
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -298,6 +298,18 @@
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION04.nix];
|
||||
};
|
||||
"vertrieb@AZPIVERTRIEB01" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPIVERTRIEB01";
|
||||
username = "vertrieb";
|
||||
};
|
||||
modules = [./home/users/vertrieb/AZPIVERTRIEB01.nix];
|
||||
};
|
||||
};
|
||||
deploy.nodes = {
|
||||
AZ-CLD-1 = {
|
||||
|
||||
Reference in New Issue
Block a user