This commit is contained in:
Odweta
2026-01-12 17:57:46 +01:00
parent 1b4e5eb449
commit 1738b3186f
3 changed files with 1 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
services.qbittorrent.enable = true;
}