Try mutableUsers

This commit is contained in:
hodasemi 2025-06-03 11:00:48 +02:00
parent f9ccd94c1c
commit a698eda0d1

View file

@ -6,7 +6,10 @@
...
}:
{
users.users = {
users = {
mutableUsers = true;
users = {
# connection only via hashed password;
dev = {
isNormalUser = true;
@ -16,7 +19,8 @@
"docker"
"wheel"
];
hashedPassword = "$y$j9T$akQcwTP8gsnlVMq9dA18s/$pLpvci.Hn3rIucvO5u86LCQJYd9.Z4zenbAJ9RGtDL8";
# hashedPassword = "$y$j9T$akQcwTP8gsnlVMq9dA18s/$pLpvci.Hn3rIucvO5u86LCQJYd9.Z4zenbAJ9RGtDL8";
};
};
};
}