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.