From 34d6ef1e2f6c4bcecfdb911c709f294c98dbaa42 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Apr 2021 19:01:09 +0200 Subject: [PATCH] boreal: disable wireguard config for now --- hosts/boreal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index f2b13f4..bd66dcb 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -40,7 +40,7 @@ in # List services that you want to enable: my.services = { wireguard = { - enable = true; + enable = false; iface = "wg"; port = 51820;