This commit is contained in:
2026-01-18 16:42:28 +03:00
parent 2e59594f78
commit 8da5c51f73
+3 -7
View File
@@ -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"