added create home true to ensure ssh is done right
This commit is contained in:
parent
aa607747c3
commit
93efaff06e
2 changed files with 7 additions and 4 deletions
|
@ -30,6 +30,9 @@ in {
|
|||
|
||||
shell = pkgs.zsh;
|
||||
|
||||
# Ensure home directory is created so SSH authorized keys are applied
|
||||
createHome = true;
|
||||
|
||||
# SSH access with development keys
|
||||
openssh.authorizedKeys.keys = [
|
||||
# Current key (keep for continuity during transition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue