Update arr-stack.nix

This commit is contained in:
ediblerope 2026-01-21 22:34:37 +00:00 committed by GitHub
parent 1931561219
commit 38b1e025b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
environment.systemPackages.pkgs = [
qbittorrent-nox
];
};
}