Commit graph

7 commits

Author SHA1 Message Date
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 a025e295dc
x/x13: enable zram swap 2024-01-15 22:55:40 +01:00
makefu 3cac8cc3b8
machines: remove nixpkgs.config 2024-01-15 22:35:36 +01:00
makefu a6b75651cd
x: disable mitigations 2023-10-03 22:40:28 +02:00
makefu d52a5ccb3c
machines: disable aarch64 builder (for now) 2023-10-02 00:46:25 +02: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