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:
Martin Weinelt
2026-07-24 23:22:47 +02:00
parent 9f42db501a
commit 4e2415b3c2
+1 -1
View File
@@ -48,7 +48,7 @@ let
value
) settings;
resolvedConf = settingsToSections (transformSettings cfg.settings);
resolvedConf = settingsToSections { Resolve = transformSettings cfg.settings.Resolve; };
in
{
imports = [