From 58ea78fe230eb7775d63ea62f3d1002905d7180f Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 3 Feb 2025 20:40:22 +0100 Subject: [PATCH] london: Do not autoStart htb --- configurations/london/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configurations/london/default.nix b/configurations/london/default.nix index e00874a..46ebe61 100644 --- a/configurations/london/default.nix +++ b/configurations/london/default.nix @@ -25,6 +25,8 @@ config = '' config /root/openvpn/htb.ovpn ''; + + autoStart = false; }; };