fix: update zsh options and add greeter user for greetd

Co-authored-by: aider (openrouter/openai/gpt-5.2) <aider@aider.chat>
This commit is contained in:
2026-02-08 14:03:52 +11:00
parent 0b7fa961bc
commit f4e413a3cc
4 changed files with 14 additions and 5 deletions

View File

@@ -66,6 +66,13 @@
shell = pkgs.zsh;
};
# greetd runs the greeter session as this user; it must exist.
users.groups.greeter = { };
users.users.greeter = {
isSystemUser = true;
group = "greeter";
};
# ---
# SSH
# ---