Add extraArgs to lib.nixosSystem call to add system args.

This commit is contained in:
Adam Scott 2020-11-18 13:35:08 -05:00
parent d897b364c6
commit 684804ebe0
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ let
in
flakeModules ++ [ core global local home-manager overrides ];
extraArgs = {
inherit system;
};
};
hosts = recImport {