Commit graph

8 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 3ce6dcda27 ma omo: enable unstable, disable hetzner-client 2022-09-23 23:51:00 +02:00
makefu 7ddedec41a ma: disable nixpkgs-unstable 2022-06-16 23:57:35 +02:00
makefu baac7f3ab3 ma omo.r: enable home-manager zsh config 2020-05-28 16:06:05 +02:00
makefu f34f3a34ba ma omo.r: deploy ham service 2020-03-13 10:46:41 +01:00
makefu c2cee7af6d ma krops.nix: init 2018-08-29 00:24:34 +02:00
makefu 98253c66b4 ma omo.r: also deploy torrent secrets 2018-05-31 10:33:48 +02:00
makefu b207111009 ma: replace path to 2configs, init source.nix 2017-07-15 22:29:14 +02:00