feat(hostSpec): add extraCfg to hostSpec and imports to nixosSystem
This commit is contained in:
parent
7155c1276d
commit
7f6c65320a
2 changed files with 12 additions and 9 deletions
|
@ -19,7 +19,8 @@ let
|
|||
name = hostName;
|
||||
value = lib.nixosSystem {
|
||||
specialArgs = { inherit inputs hostName; };
|
||||
modules = [ value ];
|
||||
#TODO: add profiles system
|
||||
modules = [ value.extraCfg or { } ];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue