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:
jopejoe1 2024-11-02 22:39:24 +01:00 committed by c6ristian
commit 4fc8e31df0
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
5 changed files with 5 additions and 54 deletions

View file

@ -20,7 +20,7 @@ in
arguments = "-o pw -v";
};
users.users.shairport.extraGroups = [ "pipewire" ];
users.users.shairport.extraGroups = [ "pipewire" "audio" ];
environment.etc.shairport-sync-config = {
enable = true;