diff options
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix index d9e239f..2988e7d 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -181,6 +181,8 @@ in enableSSHSupport = true; }; + programs.vim.defaultEditor = true; + services.openssh.enable = true; system.stateVersion = "21.05"; # Did you read the comment? |