From 829d4704a7688d407a5c079bf122436dbc5d334f Mon Sep 17 00:00:00 2001 From: alydev Date: Sun, 4 Jan 2026 20:33:45 +1000 Subject: [PATCH 1/2] 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"; }; From c1d507c5d822ae3b817ed32e79a4ca814142e56e Mon Sep 17 00:00:00 2001 From: alydev Date: Sun, 4 Jan 2026 20:36:25 +1000 Subject: [PATCH 2/2] update --- system/aly-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/aly-server.nix b/system/aly-server.nix index 75cc8c5..72bc6b7 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -48,7 +48,7 @@ users.users.yasha = { isNormalUser = true; description = "yasha"; - hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/"; + hashedPassword = "$y$j9T$EL1pxuTdXOyFXwbiT7P7s/$8Yzfss3xR9oqHDk29h.non19idZvSFDnHK.fqZaCRd9"; extraGroups = [ "networkmanager" "wheel" "docker" ]; };