From c18fffcb3d1f74c702d773a8f55154aa7e144865 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 --- 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 65d9712..491b24a 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 8be9e78..fb9ec97 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.