diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-05 15:50:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-05 15:50:53 +0200 |
commit | 0e4c641db741c91dd95934b61e70a2f5268b3c7e (patch) | |
tree | 9357d448bec1f937c2ddac9dd605b8989978ccdb /cluster/prod/app/bagage/secrets.toml | |
parent | c9f122bcd38b0f7d775dbd197aac7dd192f0e653 (diff) | |
download | nixcfg-0e4c641db741c91dd95934b61e70a2f5268b3c7e.tar.gz nixcfg-0e4c641db741c91dd95934b61e70a2f5268b3c7e.zip |
redeploy bagage
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' |