about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/haku.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 5e90637e..44035311 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -73,11 +73,14 @@ in
       pkgs.vuizvui.profpatsch.warpspeed # trivial http file server
     ];
 
+    users.groups.data-seeding = {};
+
     users.users = {
       root.openssh.authorizedKeys.keys = [ myKey ];
 
       rtorrent = {
         isNormalUser = true;
+        extraGroups = [ "data-seeding" ];
       };
       vorstand = {
         isNormalUser = true;