diff --git a/hosts/Infini-DL360/users.nix b/hosts/Infini-DL360/users.nix index 3edd0c3..2bc98ce 100644 --- a/hosts/Infini-DL360/users.nix +++ b/hosts/Infini-DL360/users.nix @@ -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