From 9a101eeeac378ac9106a8b66c96bc5b82164cf78 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 6 Jan 2026 21:36:43 +0100 Subject: [PATCH] nebula: Reset logging level to info --- modules/system/services/nebula/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/system/services/nebula/default.nix b/modules/system/services/nebula/default.nix index 37aa9db..f8532e9 100644 --- a/modules/system/services/nebula/default.nix +++ b/modules/system/services/nebula/default.nix @@ -112,8 +112,7 @@ in settings = { pki.disconnect_invalid = true; cipher = "aes"; - logging.level = "warning"; - lighthouse.local_allow_list.interfaces.tailscale0 = false; + lighthouse.local_allow_list.interfaces.${config.services.tailscale.interfaceName} = false; }; };