mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
system: Set default phone password to 1234
This commit is contained in:
parent
f571481125
commit
2b8602125f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user