mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
Merge pull request #264521 from stephen-huan/mullvad-vpn-resolvconf
This commit is contained in:
commit
8896579a83
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user