Commit graph

5 commits

Author SHA1 Message Date
makefu 875d00737c
omo/gum: add zerotier secrets 2024-02-14 23:44:28 +01:00
makefu 15c9a1aa21
x: add facts 2024-01-18 01:17:25 +01:00
makefu 07ddbb9499
3dprint: prepare klipper 2024-01-18 01:16:35 +01:00
makefu 3cac8cc3b8
machines: remove nixpkgs.config 2024-01-15 22:35:36 +01:00
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