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:
DannyDannyDanny 2026-03-31 14:46:19 +02:00
parent 245eb912a9
commit 92593c7d0a

View file

@ -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.