forked from mirrors_public/oddlama_nix-config
chore: wip: add better options to hostapd module
This commit is contained in:
parent
076db4963f
commit
3dd210d5cf
4 changed files with 508 additions and 239 deletions
|
@ -1,5 +1,5 @@
|
|||
{nixpkgs, ...}:
|
||||
nixpkgs.lib.concatMapAttrs (nodeName: fileType:
|
||||
if fileType == "directory"
|
||||
if fileType == "directory" && nodeName != "common"
|
||||
then {${nodeName} = import (../hosts + "/${nodeName}/meta.nix");}
|
||||
else {}) (builtins.readDir ../hosts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue