fix: don't autostart CaT VPN
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This was just failing on autostart, often because the network was not available yet.
This commit is contained in:
parent
12530289b9
commit
67cc815acc
|
@ -22,6 +22,7 @@ in {
|
||||||
|
|
||||||
services.openvpn.servers = {
|
services.openvpn.servers = {
|
||||||
catVPN = {
|
catVPN = {
|
||||||
|
autoStart = false;
|
||||||
config = ''config ${config.age.secrets."cat-test.ovpn".path}'';
|
config = ''config ${config.age.secrets."cat-test.ovpn".path}'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue