fix extraArgs overriding
This commit is contained in:
parent
bfddea286a
commit
7f6031fe79
|
@ -33,7 +33,7 @@
|
||||||
inherit configuration system username homeDirectory stateVersion extraSpecialArgs;
|
inherit configuration system username homeDirectory stateVersion extraSpecialArgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
mkHomes = machines: extraArgs: nixlib.genAttrs machines (machine: mkHome {inherit machine; } // extraArgs);
|
mkHomes = machines: extraArgs: nixlib.genAttrs machines (machine: mkHome ({inherit machine; } // extraArgs));
|
||||||
|
|
||||||
allMachines = [ "laptop" "desktop" "headless" "pvv-terminal" ];
|
allMachines = [ "laptop" "desktop" "headless" "pvv-terminal" ];
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue