about summary refs log tree commit diff
path: root/hosts/carmel/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-10 18:27:57 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-10 18:27:57 -0700
commitca5e03a4e9c2346a42a3287f054eb96119da6b9c (patch)
tree4bb1444cf989436632a90c08be4885aa734e44ec /hosts/carmel/services.nix
parentprofiles/git-server: fix path for the backup (diff)
downloadworld-ca5e03a4e9c2346a42a3287f054eb96119da6b9c.tar.gz
hosts/tahoe: move avahi configuration here
Diffstat (limited to '')
-rw-r--r--hosts/carmel/services.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/carmel/services.nix b/hosts/carmel/services.nix
index 4c17fd8..bde7523 100644
--- a/hosts/carmel/services.nix
+++ b/hosts/carmel/services.nix
@@ -4,12 +4,6 @@
       node-exporter.enable = true;
       promtail.enable = true;
     };
-
-    avahi = {
-      enable = true;
-      withReflector = true;
-      interfaces = [ "mgmt0" "iot" ];
-    };
   };
 
   services.dnsmasq = {