nebula: Reset logging level to info

This commit is contained in:
SebastianStork 2026-01-06 21:36:43 +01:00
parent ef6cdd8e22
commit 9a101eeeac
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -112,8 +112,7 @@ in
settings = { settings = {
pki.disconnect_invalid = true; pki.disconnect_invalid = true;
cipher = "aes"; cipher = "aes";
logging.level = "warning"; lighthouse.local_allow_list.interfaces.${config.services.tailscale.interfaceName} = false;
lighthouse.local_allow_list.interfaces.tailscale0 = false;
}; };
}; };