From 097457c45150aacae998a523809ab713085f4cfc Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 22 Jan 2024 01:13:01 +0100 Subject: [PATCH] =?UTF-8?q?sops:=20Fix=20hitagi=E2=80=99s=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .sops.yaml | 8 ++++---- keys/machines/{sayuri.asc => hitagi.asc} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename keys/machines/{sayuri.asc => hitagi.asc} (100%) diff --git a/.sops.yaml b/.sops.yaml index efea042..34ebed4 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -5,7 +5,7 @@ keys: - &simon 47E7559E037A35652DBBF8AA8D3C82F9F309F8EC - &nunotaba 8C5091AEA213FB0642BD46F943EE19743FAC1D5C - - &sayuri 17FEEBB45E4245330507C960653378F10CA6E00A + - &hitagi 17FEEBB45E4245330507C960653378F10CA6E00A - &vueko 4EA330328CD0D3076E90960194DFA4953D8729DE - &fuuko 2372651C56E22972C2D9F3F569C8187C9C43754E - &mayushii 23EEDF49AAF1B41DCD1CD10F44A37FA8C15053B3 @@ -21,11 +21,11 @@ creation_rules: - pgp: - *simon - *nunotaba - - path_regex: machines/sayuri/secrets\.yaml$ + - path_regex: machines/hitagi/secrets\.yaml$ key_groups: - pgp: - *simon - - *sayuri + - *hitagi - path_regex: machines/vueko/secrets\.yaml$ key_groups: - pgp: @@ -76,7 +76,7 @@ creation_rules: - pgp: - *simon - *nunotaba - - *sayuri + - *hitagi - *vueko - *fuuko - *mayushii diff --git a/keys/machines/sayuri.asc b/keys/machines/hitagi.asc similarity index 100% rename from keys/machines/sayuri.asc rename to keys/machines/hitagi.asc