1
1
Fork 0

Set vim as editor

This commit is contained in:
root 2022-01-07 16:24:46 -08:00
parent e652b71976
commit 8e3dbc9bd0
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
zip unzip zip unzip
tinc_pre tinc_pre
]; ];
environment.variables.EDITOR = "vim";
# SSH config. Change passwordAuthentication if you want to log in with a password. # SSH config. Change passwordAuthentication if you want to log in with a password.
services.openssh = { services.openssh = {