Infini-DL360/users: add alina

This commit is contained in:
Infinidoge 2025-09-12 18:00:13 -04:00
parent 31e04b37ac
commit d095e4692d
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -7,6 +7,12 @@
shell = pkgs.bash;
};
users.users.alina = {
description = "Cutest woofer";
isNormalUser = true;
shell = pkgs.nushell;
};
services.openssh.extraConfig = ''
Match user mistergij
DisableForwarding yes