fix(network): update systemd-resolved config to use settings-style config

This commit is contained in:
Antoine Viallon 2026-03-12 21:42:59 +01:00
parent 898bb7c910
commit 2da909f2f5
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 7 additions and 8 deletions

View file

@ -154,10 +154,9 @@ in {
'';
};
services.resolved.extraConfig =
''
mDNS=no
'';
services.resolved.settings.Resolve = {
MulticastDNS = false;
};
services.nginx = {