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

View File

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

View File

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

View File

@@ -70,8 +70,12 @@ in
port = 8181; port = 8181;
apiKey = config.sops.secrets."jallen-nas/crowdsec-capi".path; apiKey = config.sops.secrets."jallen-nas/crowdsec-capi".path;
}; };
ersatztv = { dispatcharr = {
enable = true; enable = true;
port = 9191;
};
ersatztv = {
enable = false;
port = 8409; port = 8409;
}; };
free-games-claimer = { free-games-claimer = {