This commit is contained in:
Annika Merris 2024-05-12 14:33:41 -04:00
parent 93376f66ba
commit 343c645008

View file

@ -121,9 +121,9 @@
Documentation = "https://github.com/Spotifyd/spotifyd"; Documentation = "https://github.com/Spotifyd/spotifyd";
}; };
WantedBy = [ "default.target" ]; wantedBy = [ "default.target" ];
Service = { serviceConfig = {
ExecStart = ExecStart =
"${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${config.sops.templates."spotifyd.conf".path}"; "${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${config.sops.templates."spotifyd.conf".path}";
Restart = "always"; Restart = "always";