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.
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.