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; }; };