nixos/mullvad-vpn: change dependency for the daemon to pkg mullvad

This commit is contained in:
Patrick Jackson 2022-09-12 13:42:34 -07:00 committed by Cole Helbling
parent e089620c56
commit 4c69843460

View File

@ -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;
};