From 8da5c51f7330879f9948a8abde6e9e6ebdd85e11 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 18 Jan 2026 16:42:28 +0300 Subject: [PATCH] 123123 --- modules/users.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/users.nix b/modules/users.nix index be59091..ccf0715 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -14,12 +14,10 @@ isNormalUser = true; group = "users"; description = "Jor Oqyude"; - # initialPassword = "1234"; hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password homeMode = "700"; home = "/home/${xlib.device.username}"; extraGroups = [ - "beets" "audio" "disk" "gamemode" @@ -37,13 +35,11 @@ name = "${xlib.users.new}"; isNormalUser = true; group = "users"; - description = "Snity - guest"; - initialPassword = "1234"; - hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password - homeMode = "700"; + description = "Snity"; + hashedPassword = "$y$j9T$851xwObfIp7SYzIyFtH.k1$mNofT2sxEAV50Kxgmwvqc6Kj/3B/fJoPP8qgn./siEB"; + homeMode = "750"; home = "/home/${xlib.users.new}"; extraGroups = [ - "beets" "audio" "disk" "gamemode"