mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 10:41:35 +02:00
system: Set default phone password to 1234
This commit is contained in:
parent
f571481125
commit
2b8602125f
@ -155,7 +155,7 @@ in
|
|||||||
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
password = mkIf (hashedPassword == null && !noRoot) username;
|
password = mkIf (hashedPassword == null && !noRoot) (if phone then "1234" else username);
|
||||||
|
|
||||||
extraGroups =
|
extraGroups =
|
||||||
if noRoot then
|
if noRoot then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user