diff --git a/.sops.yaml b/.sops.yaml index e8504c14..f054b801 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -13,4 +13,5 @@ creation_rules: - path_regex: secrets/tailscale.yaml key_groups: - pgp: + - *user_albert - *host_nixos-rpi4-01 \ No newline at end of file diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index c1f5f4e0..1309972e 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -48,7 +48,7 @@ } sops-update() { - nix-shell -p sops --run "sops updatekeys $1" /etc/nixos/git/shell.nix + nix-shell /etc/nixos/git/shell.nix -p sops --run "sops updatekeys $1" } nix-clean-all() {