From 332caad4700b6801efa5087698b090713407f158 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:42:12 +0200 Subject: [PATCH] Update Former-commit-id: c18fffcb3d1f74c702d773a8f55154aa7e144865 --- home/system/shell/zsh.nix | 1 + hosts/server/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home/system/shell/zsh.nix b/home/system/shell/zsh.nix index 65d97124..491b24a4 100644 --- a/home/system/shell/zsh.nix +++ b/home/system/shell/zsh.nix @@ -35,6 +35,7 @@ shellAliases = { vim = "nvim"; + vi = "nvim"; v = "nvim"; c = "clear"; clera = "clear"; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 8be9e780..fb9ec976 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -4,6 +4,7 @@ ./variables.nix ../modules/server/security.nix ../modules/server/openssh.nix + ../modules/server/sops.nix ]; # Bootloader.