system: Set default phone password to 1234

This commit is contained in:
Donovan Glover 2024-08-18 16:59:55 -04:00
parent f571481125
commit 2b8602125f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -155,7 +155,7 @@ in
isNormalUser = true;
uid = 1000;
password = mkIf (hashedPassword == null && !noRoot) username;
password = mkIf (hashedPassword == null && !noRoot) (if phone then "1234" else username);
extraGroups =
if noRoot then