add qbittorent service module

This commit is contained in:
♥ Minnie ♥ 2023-11-05 14:04:02 +00:00
parent 9cfd99b22b
commit 79a43da01f
2 changed files with 125 additions and 0 deletions

View file

@ -4,4 +4,5 @@
{
# List your module files here
# my-module = import ./my-module.nix;
qbittorrent = import ./qbittorrent.nix;
}