security: remove initialPassword from phantom-ship config 🔒

Password is locked in shadow and SSH is key-only, so the
initialPassword served no purpose and was a minor security concern.
This commit is contained in:
DannyDannyDanny 2026-04-04 11:26:54 +02:00
parent 4d6b64dee9
commit 4544635ad6

View file

@ -64,7 +64,7 @@ in
users.users.danny = {
isNormalUser = true;
extraGroups = [ "wheel" ];
initialPassword = "changeme"; # console fallback; change after first login
# Password is locked (key-only SSH). Use NixOS installer or recovery to reset if needed.
};
# Key-only auth; no password or keyboard-interactive.