From b13034d8470cad60491f8a6ac1f359765b9bc326 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 17 Sep 2023 21:09:03 +0530 Subject: cez/wireguard: disable autostart on boot --- hosts/cez/modules/wireguard.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/cez/modules/wireguard.nix') diff --git a/hosts/cez/modules/wireguard.nix b/hosts/cez/modules/wireguard.nix index 857520f..ef73838 100644 --- a/hosts/cez/modules/wireguard.nix +++ b/hosts/cez/modules/wireguard.nix @@ -7,6 +7,7 @@ in sops.secrets."misc/wireguard" = {}; networking.wg-quick.interfaces."wg" = { + autostart = false; address = [ "10.0.1.2/24" ]; dns = [ "10.0.1.1" ]; mtu = 1380; -- cgit v1.2.3