auto-import home-manager and microvm nixosModules
This commit is contained in:
parent
c244c97919
commit
b33730c068
2 changed files with 17 additions and 1 deletions
|
|
@ -197,7 +197,13 @@ in {
|
|||
in
|
||||
specialArgs;
|
||||
modules =
|
||||
[self.nixosModules.default (findImport (root + "/hosts/${nodeName}"))]
|
||||
[
|
||||
self.nixosModules.default
|
||||
(findImport (root + "/hosts/${nodeName}"))
|
||||
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.microvm.nixosModules.microvm
|
||||
]
|
||||
++ (getGroupModules root nodeName node)
|
||||
++ node.extraModules
|
||||
++ nexus.extraModules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue