From bef6e42242573cedefdfa1f55006f93aa808c1bc Mon Sep 17 00:00:00 2001 From: Maximilian Staab Date: Thu, 3 Apr 2025 09:17:47 +0200 Subject: [PATCH] nixos/evcc: allow avahi discovery of eebus devices required for some wallboxes --- nixos/modules/services/home-automation/evcc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/home-automation/evcc.nix b/nixos/modules/services/home-automation/evcc.nix index 32d327da9a84..9708a3ce16f1 100644 --- a/nixos/modules/services/home-automation/evcc.nix +++ b/nixos/modules/services/home-automation/evcc.nix @@ -113,6 +113,7 @@ in "AF_INET" "AF_INET6" "AF_UNIX" + "AF_NETLINK" ]; RestrictNamespaces = true; RestrictRealtime = true;