mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Fix avahi conf
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
b78065a71e
commit
4b9a9bc6a7
|
@ -12,9 +12,18 @@
|
|||
|
||||
networking.enableIPv6 = true;
|
||||
|
||||
services.resolved.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
domain = true;
|
||||
hinfo = true;
|
||||
userServices = true;
|
||||
workstation = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.timesyncd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue