diff options
Diffstat (limited to 'hosts/cez/modules/wireguard.nix')
-rw-r--r-- | hosts/cez/modules/wireguard.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |