1e2e2bdd35
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
13 lines
181 B
Nix
13 lines
181 B
Nix
{
|
|
name="x";
|
|
full = true;
|
|
python = true;
|
|
hw = true;
|
|
# unstable = true;
|
|
mic92 = true;
|
|
clever_kexec = true;
|
|
home-manager = true;
|
|
nix-ld = true;
|
|
# torrent = true;
|
|
}
|