Merge pull request #264521 from stephen-huan/mullvad-vpn-resolvconf

This commit is contained in:
Artturi 2023-11-18 21:47:51 +02:00 committed by GitHub
commit 8896579a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,9 @@ with lib;
pkgs.iproute2
# Needed for ping
"/run/wrappers"
];
# See https://github.com/NixOS/nixpkgs/issues/262681
] ++ (lib.optional config.networking.resolvconf.enable
config.networking.resolvconf.package);
startLimitBurst = 5;
startLimitIntervalSec = 20;
serviceConfig = {