1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: disable mdns globally in systemd since we use avahi

This commit is contained in:
oddlama 2025-04-27 21:46:23 +02:00
parent 4c5b592f29
commit dfa462c0e6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -11,6 +11,7 @@
llmnr = "false";
extraConfig = ''
Domains=~.
MulticastDNS=false
'';
};
}