system: make initial password mkDefault

This commit is contained in:
NullBite 2024-04-20 04:27:20 -04:00
parent f2788b9973
commit 4f3773075e
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -16,7 +16,7 @@ in
packages = with pkgs; [ packages = with pkgs; [
keychain keychain
]; ];
initialPassword = "changeme"; initialPassword = lib.mkDefault "changeme";
shell = pkgs.zsh; shell = pkgs.zsh;
}; };