Update arr-stack.nix

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

View file

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