mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
system/avahi: support ipv6
This commit is contained in:
parent
4a154a7f4e
commit
612a298e5d
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
nssmdns6 = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue