mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
nebula: Reset logging level to info
This commit is contained in:
parent
ef6cdd8e22
commit
9a101eeeac
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue