This commit is contained in:
2026-01-18 16:26:07 +03:00
parent 215870a0b7
commit e4df6f8091
+2
View File
@@ -12,6 +12,7 @@
"${xlib.device.username}" = { "${xlib.device.username}" = {
name = "${xlib.device.username}"; name = "${xlib.device.username}";
isNormalUser = true; isNormalUser = true;
group = "users";
description = "Jor Oqyude"; description = "Jor Oqyude";
# initialPassword = "1234"; # initialPassword = "1234";
hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password
@@ -35,6 +36,7 @@
"2" = { "2" = {
name = "${xlib.users.new}"; name = "${xlib.users.new}";
isNormalUser = true; isNormalUser = true;
group = "users";
description = "Snity - guest"; description = "Snity - guest";
initialPassword = "1234"; initialPassword = "1234";
hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password hashedPasswordFile = config.sops.secrets.hashed_password.path; # hashed_password