nixos/systemd-resolved: apply transformation to resolve section
In a previous change the transformSettings function was modified to look at the Resolve section, but since it got a second consumer in the mean time this regressed. We now target the resolved.conf explicitly instead.
This commit is contained in:
@@ -48,7 +48,7 @@ let
|
||||
value
|
||||
) settings;
|
||||
|
||||
resolvedConf = settingsToSections (transformSettings cfg.settings);
|
||||
resolvedConf = settingsToSections { Resolve = transformSettings cfg.settings.Resolve; };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user