From c8f906a1f1cf48ab24e7dc5bd6b1d2c394b02d00 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 22:37:12 +0000 Subject: [PATCH] Update arr-stack.nix --- services/arr-stack.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/arr-stack.nix b/services/arr-stack.nix index 0fe3f15..bb87267 100644 --- a/services/arr-stack.nix +++ b/services/arr-stack.nix @@ -1,7 +1,7 @@ { config, pkgs, lib, ... }: { config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") { - environment.systemPackages = with pkgs [ + environment.systemPackages = with pkgs; [ qbittorrent-nox ]; };