Skip to content

Commit 12defdf

Browse files
committed
fix: set autostart to false VPN
1 parent 860c1b9 commit 12defdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/global/common/vpn.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in
2323
];
2424
# WireGuard VPN for homelab network access
2525
networking.wg-quick.interfaces.wg-homelab = {
26-
autostart = true;
26+
autostart = false;
2727
address = [ cfgWg.address ];
2828
dns = [
2929
"10.100.0.1"

0 commit comments

Comments
 (0)