From 46dde8e425183c6fbca2dcf4060241c0c8c95050 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sun, 5 May 2024 16:52:37 +0200 Subject: [PATCH] tetra-zw: enable monitoring --- registry/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/default.nix b/registry/default.nix index a374563..52338b9 100644 --- a/registry/default.nix +++ b/registry/default.nix @@ -50,6 +50,6 @@ wgAddr4 = "10.13.37.11"; wireguardPublicKey = "ksztvj780MFau9YH0hBOL+/PzYb/EaARCUqR+EUIL2o="; publicWireguardEndpoint = null; - monitoring = false; + monitoring = true; }; }