diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-17 18:21:50 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-17 18:21:50 +0100 |
commit | 90efd9155b4e2014b75133ff123893fb0478c025 (patch) | |
tree | e012c32f12544351f21091541614364327bd817e /cluster/staging/cluster.nix | |
parent | 39254cca0ea74ca7c84c3de3f85102dbf4d39f44 (diff) | |
download | nixcfg-90efd9155b4e2014b75133ff123893fb0478c025.tar.gz nixcfg-90efd9155b4e2014b75133ff123893fb0478c025.zip |
wgautomesh variable log level (debug for staging)
Diffstat (limited to 'cluster/staging/cluster.nix')
-rw-r--r-- | cluster/staging/cluster.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 8629f3a..cf30d6e 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -44,6 +44,7 @@ endpoint = "bitfrost.fiber.shirokumo.net:33734"; } ]; + services.wgautomesh.logLevel = "debug"; # Bootstrap IPs for Consul cluster, # these are IPs on the Wireguard overlay |