Merge pull request #23 from adamscott/template
Add extraArgs to lib.nixosSystem call to add system args
This commit is contained in:
commit
144ea28d1d
|
@ -68,6 +68,9 @@ let
|
||||||
in
|
in
|
||||||
flakeModules ++ [ core global local home-manager overrides ];
|
flakeModules ++ [ core global local home-manager overrides ];
|
||||||
|
|
||||||
|
extraArgs = {
|
||||||
|
inherit system;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hosts = recImport {
|
hosts = recImport {
|
||||||
|
|
Loading…
Reference in a new issue