mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
o-oh ><
This commit is contained in:
parent
50ecec50d6
commit
dd9fdd5aad
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ in {
|
|||
|
||||
config = let
|
||||
networks = cfg.addresses;
|
||||
networksWithDomains = filterAttrs (_: v: v.subdomain != null) networks;
|
||||
networksWithDomains = filterAttrs (_: v: v.subdomain != null && v.enable) networks;
|
||||
in {
|
||||
lib.kw.virtualHostGen = args: virtualHostGen ({ inherit config; } // args);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue