mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user