rtorrent downloads, but doesn't upload yet

This commit is contained in:
Haak Saxberg 2022-08-11 08:39:56 -07:00
parent 36f1b046bb
commit aed18e9a93
5 changed files with 86 additions and 5 deletions

View file

@ -17,8 +17,10 @@
};
};
users.users.flood.group = "flood";
users.extraUsers.flood = {
isNormalUser = true;
extraGroups = [ "rtorrent" "users" ];
};
systemd.services = {
@ -31,7 +33,7 @@
Restart = "on-failure";
};
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
after = [ "network.target" "rtorrent.service" ];
};
};
}