You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the baseDomains."nodes.${rootZone}" = { }; line makes no changes whenever it exists or not.
As how Im traced, this happens due to reducedBaseDomains.
Is this intended?
Also there is an error in code block before table, networking.domains.baseDomains should be replaced with networking.domains.subDomains, otherwise this sample makes no sense.
The text was updated successfully, but these errors were encountered:
According to
subDomains -> matches
table at docs, I thought the next configurationwill evaluate to something like that
But in real on the latest master this evaluates to:
So, the
baseDomains."nodes.${rootZone}" = { };
line makes no changes whenever it exists or not.As how Im traced, this happens due to
reducedBaseDomains
.Is this intended?
Also there is an error in code block before table,
networking.domains.baseDomains
should be replaced withnetworking.domains.subDomains
, otherwise this sample makes no sense.The text was updated successfully, but these errors were encountered: