This commit is contained in:
2025-09-01 01:44:15 -04:00
parent 8d8cd3b45f
commit d2d241b9d3

View File

@@ -10,6 +10,7 @@
services.openssh.settings.PermitRootLogin = "no";
# Add your authorized key for a specific user
programs.zsh.enable = true;
users.users.synchronous = {
isNormalUser = true;
shell = pkgs.zsh;