From 3f670b25133e929d8a6be2aff6ae648ee18f81a2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 18 Jul 2022 17:33:26 -0700 Subject: feat(modules/gerrit): manage secure configuration with nix Currently the secure configuration for gerrit is not managed by nix. This is likely going to break in the future and I'll hate myself for that. Let's move it into nix and encrypt it with age, like we do for other secrets. Change-Id: Ia7a006748a3ad64fa4b97ca9e8cbd98c99433982 Reviewed-on: https://cl.fcuny.net/c/world/+/622 Tested-by: CI Reviewed-by: Franck Cuny --- hosts/tahoe/secrets/gerrit/secure-config.age | Bin 0 -> 717 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hosts/tahoe/secrets/gerrit/secure-config.age (limited to 'hosts/tahoe/secrets/gerrit') diff --git a/hosts/tahoe/secrets/gerrit/secure-config.age b/hosts/tahoe/secrets/gerrit/secure-config.age new file mode 100644 index 0000000..45d0c42 Binary files /dev/null and b/hosts/tahoe/secrets/gerrit/secure-config.age differ -- cgit 1.4.1