aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-08-28 10:47:36 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-08-28 10:47:36 -0700
commit896f6a80af5801a24ef3e14b39e81503ffcf9570 (patch)
treec6bd66587842ecff11c9bc1bf9ec3923b99b5839 /hosts
parent6a3d9f37acb54a059e84675168829e1acff76c3e (diff)
downloadnix-896f6a80af5801a24ef3e14b39e81503ffcf9570.tar
nix-896f6a80af5801a24ef3e14b39e81503ffcf9570.tar.gz
nix-896f6a80af5801a24ef3e14b39e81503ffcf9570.tar.bz2
nix-896f6a80af5801a24ef3e14b39e81503ffcf9570.tar.lz
nix-896f6a80af5801a24ef3e14b39e81503ffcf9570.tar.xz
nix-896f6a80af5801a24ef3e14b39e81503ffcf9570.tar.zst
nix-896f6a80af5801a24ef3e14b39e81503ffcf9570.zip
Revert sabnzbd to nixos-unstable versionHEADmaster
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index a9fac8a..a3b733d 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -291,7 +291,7 @@
configFile = "/home/nipsy/.sabnzbd/sabnzbd.ini";
enable = true;
group = "nipsy";
- package = pkgs.master.sabnzbd;
+ package = pkgs.sabnzbd;
user = "nipsy";
};