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.