From cfda667f1ddc60117903295424fe4378dbde54cf Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 22:35:48 +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 faebc1c..0fe3f15 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 ]; };