From 4d0fd385b592c58e8678ef5a2e8569709f65225d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 30 Aug 2020 01:14:47 +0200 Subject: machines/haku: add data-seeding group used for access to /data/seeding --- machines/profpatsch/haku.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines') 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; -- cgit 1.4.1