Merge pull request #23 from adamscott/template

Add extraArgs to lib.nixosSystem call to add system args
This commit is contained in:
Timothy DeHerrera 2020-12-05 16:30:34 -07:00 committed by GitHub
commit 144ea28d1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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