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