From 84a51e9d35791eedaecf48851903d124ec1ba3cd Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 13 May 2025 02:21:26 +0000 Subject: [PATCH] nox --- nixos/homelab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/homelab.nix b/nixos/homelab.nix index 3083801..1b64caf 100644 --- a/nixos/homelab.nix +++ b/nixos/homelab.nix @@ -111,7 +111,7 @@ }; }; - services.qbittorrent = { + services.qbittorrent-nox = { enable = true; user = "torrent"; group = "media_services";