mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 18:34:26 -05:00
Sigh
This commit is contained in:
parent
93376f66ba
commit
343c645008
1 changed files with 2 additions and 2 deletions
|
|
@ -121,9 +121,9 @@
|
|||
Documentation = "https://github.com/Spotifyd/spotifyd";
|
||||
};
|
||||
|
||||
WantedBy = [ "default.target" ];
|
||||
wantedBy = [ "default.target" ];
|
||||
|
||||
Service = {
|
||||
serviceConfig = {
|
||||
ExecStart =
|
||||
"${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${config.sops.templates."spotifyd.conf".path}";
|
||||
Restart = "always";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue