diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/tahoe/secrets/gerrit/hooks.age | 11 | ||||
-rw-r--r-- | hosts/tahoe/secrets/secrets.nix | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/hosts/tahoe/secrets/gerrit/hooks.age b/hosts/tahoe/secrets/gerrit/hooks.age new file mode 100644 index 0000000..49d4cb6 --- /dev/null +++ b/hosts/tahoe/secrets/gerrit/hooks.age @@ -0,0 +1,11 @@ +age-encryption.org/v1 +-> ssh-ed25519 dtgBNg wj+rkbml3wRe7LoYFOfIiDzh9ZnrpoBOgl4St35r7ic +E4RuPX2HFq5zDjCBammUWMD0/DAO9MYSrfT8stTfAfU +-> ssh-ed25519 wtownA lfMDBw2idPonRAgCdvM4utcob4fCHGM0gXcdGaRwxE8 +BHvOVEdR3hD1ttqLt+00/Cnt/YSXSDzDp3peaOTDo+o +-> [$@-grease r QDkBXm VWDz9 +YOacDaY1Zw8fwe455j3Yd9/xdLM1SaAP2vECUD2XNwVrmdhziNnvj5yIRv8oqwLy +0QjmPISVsQ +--- 7S4x/Y5YV/i+d1eBxG3UCRU6lweNobHDrpjVPodYJKo +/|y6N}0UotG;l5O?@Woa.aO\t7#^p̩b¼<|{o1WnS=W:TrYЉShRX<grƎl%Sl:)i46A>l-Xtי(qzmQOsŁi9?d@xԚr@# +j?-?![nTa>xo \ No newline at end of file diff --git a/hosts/tahoe/secrets/secrets.nix b/hosts/tahoe/secrets/secrets.nix index 9eb8188..ed13660 100644 --- a/hosts/tahoe/secrets/secrets.nix +++ b/hosts/tahoe/secrets/secrets.nix @@ -20,6 +20,11 @@ in { mode = "0440"; }; + "gerrit/hooks.age" = { + publicKeys = all; + owner = "git"; + }; + "drone/secrets.age" = { publicKeys = all; owner = "drone"; |