accunt: use initialPassword field for initial password
This commit is contained in:
parent
2670ad97e8
commit
a91317ff35
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@
|
|||
(if config.programs.adb.enable then "adbusers" else null)
|
||||
];
|
||||
linger = true;
|
||||
# Initial password for the account
|
||||
password = "nixos";
|
||||
initialPassword = "nixos";
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
vivaldi
|
||||
|
|
Loading…
Reference in a new issue