summaryrefslogtreecommitdiff
path: root/hosts/network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/network.nix')
-rw-r--r--hosts/network.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/network.nix b/hosts/network.nix
index 4e800f5..57eb7a4 100644
--- a/hosts/network.nix
+++ b/hosts/network.nix
@@ -31,6 +31,13 @@
# services.tailscale = {
# enable = true;
# };
+ services.avahi = {
+ enable = true;
+ publish = {
+ enable = true;
+ addresses = true;
+ };
+ };
# services.opensnitch.enable = true;
}