ensure system is inherited
This commit is contained in:
parent
accb34f234
commit
5e6223d299
1 changed files with 5 additions and 2 deletions
|
|
@ -187,10 +187,13 @@ in {
|
|||
specialArgs =
|
||||
nexus.specialArgs
|
||||
// node.specialArgs
|
||||
// {inherit root;};
|
||||
// {
|
||||
inherit root;
|
||||
inherit (node) system;
|
||||
};
|
||||
modules =
|
||||
[../nixos-module (findImport (root + "/hosts/${nodeName}"))]
|
||||
++ getGroupModules root nodeName node
|
||||
++ (getGroupModules root nodeName node)
|
||||
++ node.extraModules
|
||||
++ nexus.extraModules;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue