Update arr-stack.nix

This commit is contained in:
ediblerope 2026-01-21 22:35:48 +00:00 committed by GitHub
parent dc2e610ead
commit cfda667f1d
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
]; ];
}; };