disable cache, stable

This commit is contained in:
mjallen18
2026-01-06 13:44:05 -06:00
parent 78f8d1a733
commit c8f41cf7d8
4 changed files with 9 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ in
gamescope
gamescope-wsi
gparted
goverlay
pkgs.unstable.goverlay
mission-center
parted
vesktop

View File

@@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
namespace,
...
}:
@@ -31,6 +32,7 @@ let
user = "nix-apps";
group = "jallen-nas";
dataDir = "${cfg.configDir}/sonarr";
package = pkgs.unstable.sonarr;
};
# Enable Sabnzbd service

View File

@@ -0,0 +1,6 @@
{ ... }:
final: _prev: {
home-assistant = final.unstable.home-assistant;
home-assistant-custom-components = final.unstable.home-assistant-custom-components;
python3Packages = final.unstable.python3Packages;
}