Used vim mode instead of emacs?

This commit is contained in:
2025-08-21 19:09:53 +03:00
parent 06575b99b7
commit 1fb1e5815e

View File

@@ -61,9 +61,10 @@
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = false;
# Use zsh for root
programs.zsh.enable = true;
users.users.root.shell = pkgs.zsh;
environment.etc."inputrc".text = ''
set editing-mode vi
set keymap vi
'';
users.users.root.hashedPassword = "$y$j9T$ZT9dUDb5fMGtQTQumYE49.$KI98XnTuykSgTAeP/gttTzEaj0Ys834WxAtKzT1CAb6";
users.users.root.openssh.authorizedKeys.keys = [