mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
chore: disable mdns globally in systemd since we use avahi
This commit is contained in:
parent
4c5b592f29
commit
dfa462c0e6
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
llmnr = "false";
|
||||
extraConfig = ''
|
||||
Domains=~.
|
||||
MulticastDNS=false
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue