aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/openvpn.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/openvpn.nix b/nixos/modules/openvpn.nix
index ee62582..d2c7319 100644
--- a/nixos/modules/openvpn.nix
+++ b/nixos/modules/openvpn.nix
@@ -38,6 +38,7 @@ in {
elektroline = mkIf cnf.elektroline {
autoStart = false;
config = "config /run/secrets/elektroline.ovpn";
+ updateResolvConf = true;
};
};
};