diff --git a/configuration.nix b/configuration.nix index e77b31b7..760e7121 100644 --- a/configuration.nix +++ b/configuration.nix @@ -67,7 +67,6 @@ neofetch gnupg fail2ban - sops ]; # Enable tailscale diff --git a/home-manager/bash.nix b/home-manager/bash.nix index d13c22ee..698b93ce 100644 --- a/home-manager/bash.nix +++ b/home-manager/bash.nix @@ -10,7 +10,7 @@ enable = true; enableCompletion = true; bashrcExtra = '' - sops-edit() { + sops() { nix-shell -p sops --run "sops $1" }