From 9d7df43a35e79bddc531ee28bfd26fc795eec5dc Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 5 Jul 2023 13:12:30 +0900 Subject: [PATCH] add machine to sops --- .sops.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index 64227f59..98ff0168 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,9 +1,11 @@ keys: - - &albert D98BBC6C9A27324654C2D8C464F6C4EB46C4543A - - &root D98BBC6C9A27324654C2D8C464F6C4EB46C4543A + - &user-albert D98BBC6C9A27324654C2D8C464F6C4EB46C4543A + - &user-root D98BBC6C9A27324654C2D8C464F6C4EB46C4543A + - &machine-nixos-laptop A20F7BD39673AEA2E9293E354E71A215351342A6 creation_rules: - path_regex: secrets/[^/]+\.(yml|yaml)$ key_groups: - pgp: - - *albert - - *root \ No newline at end of file + - *user-albert + - *user-root + - *machine-nixos-laptop \ No newline at end of file