system: make initial password mkDefault
This commit is contained in:
parent
f2788b9973
commit
4f3773075e
@ -16,7 +16,7 @@ in
|
||||
packages = with pkgs; [
|
||||
keychain
|
||||
];
|
||||
initialPassword = "changeme";
|
||||
initialPassword = lib.mkDefault "changeme";
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user