nixos: system: printing: migrate deprecated option
It's recommended to only enable the IPv4 option, as most mDNS responders only register IPv4 addresses (therefore enabling IPv6 would lead to long timeouts when checking for those addresses first).
This commit is contained in:
parent
d7ab8c899e
commit
acc59e86b7
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ in
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
# Allow resolution of '.local' addresses
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue