From a900d9e69282394386a3e5374b47873ef59eeb68 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 6 Jun 2022 17:51:03 -0700 Subject: [PATCH] sops: add uninsane host key --- .sops.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.sops.yaml b/.sops.yaml index ff72b75a..f7b1f173 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -4,6 +4,7 @@ keys: - &user_uninsane_colin age1z8fauff34cdecr6sjkre260luzxcca05kpcwvhx988d306tpcejsp63znu - &user_moby_colin age1lt739n2tq7dmpglvntjr9j2r7426md7rat7x9w930gagtx4jyvnqwts2al - &host_desko age1s0v4fm203ap6mckcz3djw8hx30uqu87xfhfdajpmyf8rfrf5xs5swpz6m6 + &host_uninsane age1tzlyex2z6t88tg9h82943e39shxhmqeyr7ywhlwpdjmyqsndv3qq27x0rf creation_rules: - path_regex: secrets/[^/]+\.yaml$ key_groups: @@ -13,3 +14,4 @@ creation_rules: - *user_uninsane_colin - *user_moby_colin - *host_desko + - *host_uninsane