summaryrefslogtreecommitdiff
path: root/hosts/network.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-16 06:04:51 +0700
committerpolwex <polwex@sortug.com>2025-07-16 06:04:51 +0700
commitea3892252c151f3261b3a8e1f02ed347988f78c0 (patch)
tree34a17f6047a0cfa6d21250da7c23955dd15b54ab /hosts/network.nix
parentf236704849d20d090723d5bf9061bf845f7ba05d (diff)
m
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;
}