From 8e3dbc9bd05a9a42b22f2c2ec57fec1131fcdfd7 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Jan 2022 16:24:46 -0800 Subject: [PATCH] Set vim as editor --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 05b8775..22776fb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -44,6 +44,7 @@ zip unzip tinc_pre ]; + environment.variables.EDITOR = "vim"; # SSH config. Change passwordAuthentication if you want to log in with a password. services.openssh = {