Commit graph

5 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 2d049463ec 1systems: stockholm/lib -> stockholm.lib 2023-07-02 16:14:53 +02:00
makefu bd3fb2baf7 ma 1system: ip4 -> ipv4.addresses 2018-08-29 00:57:57 +02:00
makefu b207111009 ma: replace path to 2configs, init source.nix 2017-07-15 22:29:14 +02:00
makefu 8ffce1c9f4 ma: move systems to subdir, init source 2017-07-15 18:57:16 +02:00
Renamed from 1systems/wry.nix (Browse further)