From e4df6f80917e3cf28695802a2acf65d6e11a98b1 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 18 Jan 2026 16:26:07 +0300 Subject: [PATCH] 123 --- modules/users.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/users.nix b/modules/users.nix index 9bb6acf..cd45083 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -12,6 +12,7 @@ "${xlib.device.username}" = { name = "${xlib.device.username}"; isNormalUser = true; + group = "users"; description = "Jor Oqyude"; # initialPassword = "1234"; hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password @@ -35,6 +36,7 @@ "2" = { name = "${xlib.users.new}"; isNormalUser = true; + group = "users"; description = "Snity - guest"; initialPassword = "1234"; hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password