nixos/mullvad-vpn: change dependency for the daemon to pkg mullvad
This commit is contained in:
parent
e089620c56
commit
4c69843460
@ -39,7 +39,7 @@ with lib;
|
||||
startLimitBurst = 5;
|
||||
startLimitIntervalSec = 20;
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.mullvad-vpn}/bin/mullvad-daemon -v --disable-stdout-timestamps";
|
||||
ExecStart = "${pkgs.mullvad}/bin/mullvad-daemon -v --disable-stdout-timestamps";
|
||||
Restart = "always";
|
||||
RestartSec = 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user