Setup radarr and sonarr on torrent host
This commit is contained in:
parent
2085dfb783
commit
2733d28a99
13 changed files with 245 additions and 1 deletions
9
config/hosts/torrent/qbittorrent-nox/users.nix
Normal file
9
config/hosts/torrent/qbittorrent-nox/users.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
users.users.torrent = {
|
||||
isNormalUser = true;
|
||||
group = "torrent";
|
||||
};
|
||||
|
||||
users.groups.torrent = {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue