From 829d4704a7688d407a5c079bf122436dbc5d334f Mon Sep 17 00:00:00 2001 From: alydev Date: Sun, 4 Jan 2026 20:33:45 +1000 Subject: [PATCH] update --- system/aly-server.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/aly-server.nix b/system/aly-server.nix index 1a2f4b3..75cc8c5 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -45,6 +45,12 @@ openssh.authorizedKeys.keys = import ../data/authorized_keys.nix; extraGroups = [ "networkmanager" "wheel" "docker" ]; }; + users.users.yasha = { + isNormalUser = true; + description = "yasha"; + hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/"; + extraGroups = [ "networkmanager" "wheel" "docker" ]; + }; # services.smartd = { # enable = true; @@ -103,7 +109,7 @@ "inherit permissions" = "no"; "store dos attributes" = "no"; "follow symlinks" = "yes"; - "valid users" = "aly"; + "valid users" = "aly yasha"; "create mask" = "0664"; "directory mask" = "0775"; };