system: make initial password mkDefault
This commit is contained in:
parent
f2788b9973
commit
4f3773075e
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user