nuc
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -28,6 +28,7 @@ let
|
||||
"${toString cfg.port}:9191"
|
||||
];
|
||||
environment = {
|
||||
DISPATCHARR_LOG_LEVEL = "DEBUG";
|
||||
DISPATCHARR_ENV = "aio";
|
||||
PUID = cfg.puid;
|
||||
PGID = cfg.pgid;
|
||||
|
||||
@@ -70,8 +70,12 @@ in
|
||||
port = 8181;
|
||||
apiKey = config.sops.secrets."jallen-nas/crowdsec-capi".path;
|
||||
};
|
||||
ersatztv = {
|
||||
dispatcharr = {
|
||||
enable = true;
|
||||
port = 9191;
|
||||
};
|
||||
ersatztv = {
|
||||
enable = false;
|
||||
port = 8409;
|
||||
};
|
||||
free-games-claimer = {
|
||||
|
||||
Reference in New Issue
Block a user