mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix: fix some subdomains not being generated
This commit is contained in:
parent
6622e0e137
commit
b08966128c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ let
|
|||
|
||||
isVPNDomain = domain: lib.dns.domainToZone [ "luj" ] domain != null;
|
||||
|
||||
zonesFromSnowField = lib.fold (elem: acc: acc // elem) { } (
|
||||
zonesFromSnowField = lib.fold (elem: acc: lib.attrsets.recursiveUpdate acc elem) { } (
|
||||
lib.flatten (
|
||||
map (
|
||||
elem:
|
||||
|
|
Loading…
Add table
Reference in a new issue