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 ]; };