From dc2e610eade4a89ae9b444b3d98dd8e3eee72075 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 22:35:33 +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 b4686bc..faebc1c 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.pkgs = [ + environment.systemPackages with pkgs = [ qbittorrent-nox ]; };