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:
parent
4d6b64dee9
commit
4544635ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ in
|
||||||
users.users.danny = {
|
users.users.danny = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
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.
|
# Key-only auth; no password or keyboard-interactive.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue