fix: static username in home-manager-update script
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -22,8 +22,8 @@
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
||||
# m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
|
||||
# m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
||||
m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
|
||||
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
@@ -138,6 +138,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK01";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK01.nix];
|
||||
};
|
||||
@@ -146,6 +147,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK02";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK02.nix];
|
||||
};
|
||||
@@ -154,6 +156,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK03";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK03.nix];
|
||||
};
|
||||
@@ -162,6 +165,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK04";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK04.nix];
|
||||
};
|
||||
@@ -170,6 +174,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIK05";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIK05.nix];
|
||||
};
|
||||
@@ -178,6 +183,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPILOGISTIKTEST";
|
||||
username = "logistik";
|
||||
};
|
||||
modules = [./home/users/logistik/AZPILOGISTIKTEST.nix];
|
||||
};
|
||||
@@ -186,6 +192,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION01";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION01.nix];
|
||||
};
|
||||
@@ -194,6 +201,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION02";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION02.nix];
|
||||
};
|
||||
@@ -202,6 +210,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION03";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION03.nix];
|
||||
};
|
||||
@@ -210,6 +219,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "AZPIPRODUKTION04";
|
||||
username = "produktion";
|
||||
};
|
||||
modules = [./home/users/produktion/AZPIPRODUKTION04.nix];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user