Commit graph

2 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 9c71c51129 ma gum.r: move smartd monitor to hw-specific config 2022-03-28 18:04:24 +02:00
Renamed from 1systems/gum/hardware-config.nix (Browse further)