From 3d0b6542bd0a1a02071669356e35367fc1910eee Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 23:34:18 +0900 Subject: [PATCH] Add the user --- .sops.yaml | 1 + home-manager/common/software/cli/bash.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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() {