Infini-DL360/users: init
This commit is contained in:
parent
5ed3257499
commit
2ae55152c6
2 changed files with 15 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
./ssh.nix
|
||||
./thelounge.nix
|
||||
./torrenting.nix
|
||||
./users.nix
|
||||
./vaultwarden.nix
|
||||
./web.nix
|
||||
./wireguard.nix
|
||||
|
|
14
hosts/Infini-DL360/users.nix
Normal file
14
hosts/Infini-DL360/users.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.mistergij = {
|
||||
description = "Account for hosting DnD World bots";
|
||||
isNormalUser = true;
|
||||
shell = pkgs.bash;
|
||||
};
|
||||
|
||||
services.openssh.extraConfig = ''
|
||||
Match user mistergij
|
||||
DisableForwarding yes
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue