From 145e6a609eb6254ee482a53133acf0e6049b323a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Sep 2025 18:00:13 -0400 Subject: [PATCH] Infini-DL360/users: add alina --- hosts/Infini-DL360/users.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/Infini-DL360/users.nix b/hosts/Infini-DL360/users.nix index 3edd0c3..48f0717 100644 --- a/hosts/Infini-DL360/users.nix +++ b/hosts/Infini-DL360/users.nix @@ -7,6 +7,12 @@ shell = pkgs.bash; }; + users.users.alina = { + description = "Puppygirl of fedi"; + isNormalUser = true; + shell = pkgs.nushell; + }; + services.openssh.extraConfig = '' Match user mistergij DisableForwarding yes