Make nat configuration optional and remove home-manager-config
This commit is contained in:
parent
d395f45f91
commit
45da45023a
4 changed files with 6 additions and 8 deletions
|
@ -63,9 +63,8 @@
|
|||
modules = [
|
||||
qois-infrastructure.nixosModule
|
||||
home-manager.nixosModules.home-manager
|
||||
home-manager-config
|
||||
./host/${host}/default.nix
|
||||
];
|
||||
] ++ (if host == "bachtel" then [ ] else [ home-manager-config ]);
|
||||
};
|
||||
in pkgsUnstable.lib.genAttrs hosts mapHostnameToAttr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue