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)
|
(if config.programs.adb.enable then "adbusers" else null)
|
||||||
];
|
];
|
||||||
linger = true;
|
linger = true;
|
||||||
# Initial password for the account
|
initialPassword = "nixos";
|
||||||
password = "nixos";
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
vivaldi
|
vivaldi
|
||||||
|
|
Loading…
Reference in a new issue