diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:15:03 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:15:03 +0200 |
commit | 9737c661a4a69db016f890643a729e30612f1027 (patch) | |
tree | 9b1049cbfd2fdd3e15542d4ef07f2c3c93dfce78 /cluster/prod/app/bagage/secrets.toml | |
parent | 07f50f297a8fcb3ccee167ca486084bafb2c1120 (diff) | |
parent | 57aa2ce1d22dfe7963afdfc1908ae2ba60184dcb (diff) | |
download | nixcfg-9737c661a4a69db016f890643a729e30612f1027.tar.gz nixcfg-9737c661a4a69db016f890643a729e30612f1027.zip |
Merge branch 'main' into simplify-network-config
Diffstat (limited to 'cluster/prod/app/bagage/secrets.toml')
-rw-r--r-- | cluster/prod/app/bagage/secrets.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cluster/prod/app/bagage/secrets.toml b/cluster/prod/app/bagage/secrets.toml new file mode 100644 index 0000000..71b760a --- /dev/null +++ b/cluster/prod/app/bagage/secrets.toml @@ -0,0 +1,4 @@ +[secrets."bagage/id_rsa"] +type = 'command' +rotate = true +command = 'ssh-keygen -q -f >(cat) -N "" <<< y 2>/dev/null 1>&2 ; true' |