1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(spotifyd): give access to pipewire

This commit is contained in:
2024-01-09 23:52:47 +01:00
parent 64d7437fa4
commit 5fd7bb61d5

View File

@@ -28,6 +28,7 @@
"username:${config.age.secrets.spotify-username.path}"
"password:${config.age.secrets.spotify-password.path}"
];
serviceConfig.SupplementaryGroups = ["pipewire"];
};
networking.firewall.allowedTCPPorts = [4713];