feat: + kestra for AZ-PRM-1
This commit is contained in:
190
flake.nix
190
flake.nix
@@ -178,96 +178,126 @@
|
||||
};
|
||||
};
|
||||
homeConfigurations = {
|
||||
"logistik@AZPILOGISTIK01" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK01";
|
||||
username = "logistik";
|
||||
"logistik@AZPILOGISTIK01" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPILOGISTIK01";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK01.nix];
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK01.nix];
|
||||
};
|
||||
"logistik@AZPILOGISTIK02" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK02";
|
||||
username = "logistik";
|
||||
"logistik@AZPILOGISTIK02" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPILOGISTIK02";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK02.nix];
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK02.nix];
|
||||
};
|
||||
"logistik@AZPILOGISTIK03" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK03";
|
||||
username = "logistik";
|
||||
"logistik@AZPILOGISTIK03" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPILOGISTIK03";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK03.nix];
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK03.nix];
|
||||
};
|
||||
"logistik@AZPILOGISTIK04" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK04";
|
||||
username = "logistik";
|
||||
"logistik@AZPILOGISTIK04" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPILOGISTIK04";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK04.nix];
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK04.nix];
|
||||
};
|
||||
"logistik@AZPILOGISTIK05" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK05";
|
||||
username = "logistik";
|
||||
"logistik@AZPILOGISTIK05" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPILOGISTIK05";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK05.nix];
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK05.nix];
|
||||
};
|
||||
"logistik@AZPILOGISTIKTEST" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIKTEST";
|
||||
username = "logistik";
|
||||
"logistik@AZPILOGISTIKTEST" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPILOGISTIKTEST";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIKTEST.nix];
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIKTEST.nix];
|
||||
};
|
||||
"produktion@AZPIPRODUKTION01" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION01";
|
||||
username = "produktion";
|
||||
"produktion@AZPIPRODUKTION01" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPIPRODUKTION01";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION01.nix];
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION01.nix];
|
||||
};
|
||||
"produktion@AZPIPRODUKTION02" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION02";
|
||||
username = "produktion";
|
||||
"produktion@AZPIPRODUKTION02" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPIPRODUKTION02";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION02.nix];
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION02.nix];
|
||||
};
|
||||
"produktion@AZPIPRODUKTION03" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION03";
|
||||
username = "produktion";
|
||||
"produktion@AZPIPRODUKTION03" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPIPRODUKTION03";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION03.nix];
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION03.nix];
|
||||
};
|
||||
"produktion@AZPIPRODUKTION04" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION04";
|
||||
username = "produktion";
|
||||
"produktion@AZPIPRODUKTION04" = let
|
||||
system = "aarch64-linux";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
hostname = "AZPIPRODUKTION04";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION04.nix];
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION04.nix];
|
||||
};
|
||||
};
|
||||
deploy.nodes = {
|
||||
AZ-CLD-1 = {
|
||||
|
||||
Reference in New Issue
Block a user