From c1b58f70384703f2b277129996a80ac6c2ca911c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 1 Oct 2024 22:28:04 +0200 Subject: [PATCH] wireguard: no autostart --- configs/fritzbox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/fritzbox.nix b/configs/fritzbox.nix index e8d35eb..e881d71 100644 --- a/configs/fritzbox.nix +++ b/configs/fritzbox.nix @@ -2,6 +2,7 @@ { networking.firewall.allowedUDPPorts = [ 51820 ]; networking.wg-quick.interfaces.aether = { + autostart = false; dns = ["192.168.178.1" "fritz.box"]; listenPort = 51820; privateKeyFile = config.age.secrets.wireguard-aether-key.path;