nix-infra/config/hosts/torrent/qbittorrent-nox/users.nix

10 lines
123 B
Nix

{ ... }:
{
users.users.torrent = {
isNormalUser = true;
group = "torrent";
};
users.groups.torrent = {};
}