diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-14 02:27:19 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-14 02:27:19 -0700 |
commit | 7275edb740367c1e2ef3817817135af81621c775 (patch) | |
tree | eabb8075a2fb67c9314f1f6a51269e1d5b9c5c51 /.sops.yaml | |
parent | 5dcdd5452cd43c5ad3feb7f943d6265a84f80c55 (diff) | |
download | nix-7275edb740367c1e2ef3817817135af81621c775.tar nix-7275edb740367c1e2ef3817817135af81621c775.tar.gz nix-7275edb740367c1e2ef3817817135af81621c775.tar.bz2 nix-7275edb740367c1e2ef3817817135af81621c775.tar.lz nix-7275edb740367c1e2ef3817817135af81621c775.tar.xz nix-7275edb740367c1e2ef3817817135af81621c775.tar.zst nix-7275edb740367c1e2ef3817817135af81621c775.zip |
Add nix GitHub access token for root@arrakis
Diffstat (limited to '')
-rw-r--r-- | .sops.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,11 @@ creation_rules: key_groups: - age: - *nipsy + - path_regex: ^home/root/secrets/arrakis.yaml$ + key_groups: + - age: + - *arrakis + - *nipsy - path_regex: ^hosts/secrets/arrakis.yaml$ key_groups: - age: |