This commit is contained in:
2026-01-18 16:59:49 +03:00
parent a5a2bf01b8
commit 9a6954ee2b
3 changed files with 11 additions and 10 deletions
+6 -5
View File
@@ -4,19 +4,20 @@
pkgs,
...
}:
let
${user} = "snity"
in
{
xlib.device.username = "snity";
users = {
users = {
"${xlib.device.username}" = {
name = "${xlib.device.username}";
"${user}" = {
name = "${user}";
isNormalUser = true;
group = "users";
description = "Snity";
hashedPasswordFile = "$y$j9T$851xwObfIp7SYzIyFtH.k1$mNofT2sxEAV50Kxgmwvqc6Kj/3B/fJoPP8qgn./siEB"; # hashed_password
homeMode = "700";
home = "/home/${xlib.device.username}";
home = "/home/${user}";
extraGroups = [
"audio"
"disk"