This commit is contained in:
Odweta
2026-01-12 17:55:49 +01:00
parent a2f9a9d118
commit 1b4e5eb449
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
services.qbittorrent.enable = true;
}