From e55845503411a62b7bfef27cda2e9b163baaf828 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 11:31:59 +0900 Subject: [PATCH] Sops edit --- configuration.nix | 1 + home-manager/bash.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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