forked from Deuxfleurs/nixcfg
4 lines
130 B
TOML
4 lines
130 B
TOML
[secrets."bagage/id_rsa"]
|
|
type = 'command'
|
|
rotate = true
|
|
command = 'ssh-keygen -q -f >(cat) -N "" <<< y 2>/dev/null 1>&2 ; true'
|