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

authored by arcuru.tngl.sh and committed by helbling.dev 4c698434 e089620c

+1 -1
+1 -1
nixos/modules/services/networking/mullvad-vpn.nix
··· 39 39 startLimitBurst = 5; 40 40 startLimitIntervalSec = 20; 41 41 serviceConfig = { 42 - ExecStart = "${pkgs.mullvad-vpn}/bin/mullvad-daemon -v --disable-stdout-timestamps"; 42 + ExecStart = "${pkgs.mullvad}/bin/mullvad-daemon -v --disable-stdout-timestamps"; 43 43 Restart = "always"; 44 44 RestartSec = 1; 45 45 };