mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
remove thingy
This commit is contained in:
parent
aaa7c628ac
commit
452dbf5658
1 changed files with 4 additions and 1 deletions
|
|
@ -83,7 +83,10 @@ rec {
|
|||
in
|
||||
builtins.concatLists [
|
||||
(importWithInputs' (builtins.attrValues self.nixosModules))
|
||||
(importWithInputs' (map fixModuleSystem (listNixFilesRecursive (../. + "/hosts/${name}"))))
|
||||
(
|
||||
# (map fixModuleSystem
|
||||
importWithInputs' (listNixFilesRecursive "${self}/hosts/${name}")
|
||||
) # )
|
||||
(import "${unstable}/nixos/modules/module-list.nix")
|
||||
(lib.singleton {
|
||||
networking.hostName = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue