From 90f2c8ab2e89c23dc44d2b309f4630b42a791cb1 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 25 Aug 2025 07:21:21 +0200 Subject: [PATCH] remove broken avahi (it was actually garage...) --- machines/flake-module.nix | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/machines/flake-module.nix b/machines/flake-module.nix index 502c377..222d6d5 100644 --- a/machines/flake-module.nix +++ b/machines/flake-module.nix @@ -53,27 +53,6 @@ roles.peer.tags."all" = { }; }; - "avahi" = { - module.input = "clan-core"; - module.name = "garage"; - roles.default.tags.all = { }; - roles.default.extraModules = [ - { - services.avahi = { - enable = true; - nssmdns4 = true; - nssmdns6 = true; - publish = { - enable = true; - domain = true; - userServices = true; - addresses = true; - }; - }; - } - ]; - }; - "sshd" = { module.input = "clan-core"; module.name = "sshd";