added create home true to ensure ssh is done right

This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-02 12:47:57 +02:00
parent aa607747c3
commit 93efaff06e
2 changed files with 7 additions and 4 deletions

View file

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