fixup avahi publishing

framework
Stef Dunlap 1 year ago
parent 3451df6a65
commit f434db223c
  1. 3
      conf/workstation.nix

@ -113,6 +113,9 @@
services.avahi = {
enable = true;
nssmdns = true;
publish.enable = true;
publish.addresses = true;
publish.workstation = true;
};
# Open ports in the firewall.

Loading…
Cancel
Save