Commit graph

4 commits

Author SHA1 Message Date
makefu 1e2e2bdd35
clan: add secrets
grep -- '- &' .sops.yaml  | cut -d'&' -f2 | grep _host | sed 's/_host//' | xargs -n2 clan secrets machines add
for i in secrets/*.yaml; do host=$(basename $i .yaml); clan secrets import-sops $i --machine $host --user makefu --prefix ${host}-;done
for i in secrets/*.yaml; do host=$(basename $i .yaml) ;clan secrets groups add-machine common "$host";done
2023-10-01 22:58:15 +02:00
makefu c2cee7af6d ma krops.nix: init 2018-08-29 00:24:34 +02:00
makefu 1e1cea3790 ma torrent-secrets: enable for drop and fileleech 2018-03-29 18:55:15 +02:00
makefu b207111009 ma: replace path to 2configs, init source.nix 2017-07-15 22:29:14 +02:00