Update arr-stack.nix

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

View file

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