fix: add initialPassword fallback for phantom-ship console login 🔑
No password was set, locking out console access. initialPassword gives a known fallback until SSH key is installed and password is changed.
This commit is contained in:
parent
245eb912a9
commit
92593c7d0a
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ in
|
|||
users.users.danny = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassword = "changeme"; # console fallback; change after first login
|
||||
};
|
||||
|
||||
# Key-only auth; no password or keyboard-interactive.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue