Remove version lock for shairport-sync
The current version in nixpkgs is newer than the one we are currently locking, the nqptp fix was also already in nixpkgs. Co-authored-by: c6ristian <c6ristian@christian.moe>
This commit is contained in:
parent
9d9b8ede02
commit
4fc8e31df0
5 changed files with 5 additions and 54 deletions
|
@ -23,7 +23,7 @@ in
|
|||
After = [ "network-online.target" "pipewire.service" ];
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.librespot}/bin/librespot --name '${config.ccchh.services.audio.name}' --device-type speaker --bitrate 320 --enable-volume-normalisation --disable-audio-cache --disable-credential-cache --quiet";
|
||||
ExecStart = "${pkgs.librespot}/bin/librespot --name '${config.ccchh.services.audio.name}' --device-type speaker --bitrate 320 --enable-volume-normalisation --disable-audio-cache --disable-credential-cache";
|
||||
User = "librespot";
|
||||
Group = "librespot";
|
||||
};
|
||||
|
@ -34,7 +34,7 @@ in
|
|||
users.librespot = {
|
||||
isSystemUser = true;
|
||||
group = "librespot";
|
||||
extraGroups = [ "pipewire" ];
|
||||
extraGroups = [ "pipewire" "audio" ];
|
||||
};
|
||||
groups.librespot = { };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue