fix: don't autostart CaT VPN
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:
Benjamin Bädorf 2023-07-24 15:04:43 +02:00
parent 12530289b9
commit 67cc815acc
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -22,6 +22,7 @@ in {
services.openvpn.servers = {
catVPN = {
autoStart = false;
config = ''config ${config.age.secrets."cat-test.ovpn".path}'';
};
};