summaryrefslogtreecommitdiff
path: root/nixos/modules/features/p2p
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-10 22:51:25 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-10 22:51:25 +0700
commitea52aa622ff5c4c522ccd159da38a957f88f46eb (patch)
treec8cc5d64608c2a52e72f17426646e23dbcd371b7 /nixos/modules/features/p2p
parentb592a7d0e626dbd328a2731ed061322f86669047 (diff)
upd
Diffstat (limited to 'nixos/modules/features/p2p')
-rw-r--r--nixos/modules/features/p2p/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/modules/features/p2p/default.nix b/nixos/modules/features/p2p/default.nix
new file mode 100644
index 0000000..af05afe
--- /dev/null
+++ b/nixos/modules/features/p2p/default.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+ environment.systemPackages = with pkgs; [
+ pkgs.qbittorrent
+ ];
+}