Enable zsh on-host to populate /etc/zshrc with nix

This commit is contained in:
2026-04-03 06:21:35 +00:00
parent c8ddc04c40
commit bfaa50ea8f

View File

@@ -75,6 +75,8 @@
openssh.authorizedKeys.keys = trustedSSHKeys;
shell = pkgs.zsh;
};
# Create /etc/zshrc that loads the nix-darwin environment.
programs.zsh.enable = true;
security.sudo.wheelNeedsPassword = false;
virtualisation.docker.enable = true;