This commit is contained in:
mjallen18
2025-12-23 22:14:22 -06:00
parent d981fb20c2
commit f7cb1cb217
4 changed files with 13 additions and 13 deletions

View File

@@ -15,13 +15,11 @@ in
enable = true;
providers = [
# "airplay" # music-assistant: airplay support is missing libraop, a library we will not package because it depends on OpenSSL 1.1.
"alexa"
"apple_music"
"audible"
"audiobookshelf"
"bluesound"
"builtin"
"builtin_player"
"chromecast"
"deezer"
"dlna"
@@ -42,7 +40,6 @@ in
"musiccast"
"nugs"
"opensubsonic"
"player_group"
"plex"
"podcastfeed"
"qobuz"
@@ -56,8 +53,6 @@ in
"spotify_connect"
"squeezelite"
"subsonic_scrobble"
"template_player_provider"
"test"
"theaudiodb"
"tidal"
"tunein"

View File

@@ -109,13 +109,13 @@
qtwebengine = super.kdePackages.qtwebengine.override { stdenv = super.ccacheStdenv; };
};
})
(_self: super: {
linuxAndFirmware = super.linuxAndFirmware // {
linuxPackages_rpi4 = super.linuxAndFirmware.linuxPackages_rpi4.override {
stdenv = super.ccacheStdenv;
};
};
})
# (_self: super: {
# linuxAndFirmware = super.linuxAndFirmware // {
# linuxPackages_rpi4 = super.linuxAndFirmware.linuxPackages_rpi4.override {
# stdenv = super.ccacheStdenv;
# };
# };
# })
];
nix = {

View File

@@ -28,6 +28,7 @@ let
"${toString cfg.port}:9191"
];
environment = {
DISPATCHARR_LOG_LEVEL = "DEBUG";
DISPATCHARR_ENV = "aio";
PUID = cfg.puid;
PGID = cfg.pgid;