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
16 lines
538 B
Plaintext
16 lines
538 B
Plaintext
ssh gum.i -o StrictHostKeyChecking=no
|
|
|
|
mount /dev/mapper/nixos-root /mnt
|
|
mount /dev/sda2 /mnt/boot
|
|
|
|
chroot-prepare /mnt
|
|
chroot /mnt /bin/sh
|
|
|
|
|
|
journalctl -D /mnt/var/log/journal --since today # find the active system (or check grub)
|
|
# ... activating ...
|
|
|
|
export PATH=/nix/store/9incs5sfn7n1vh1lavgp95v761nh11w3-nixos-system-nextgum-18.03pre-git/sw/bin
|
|
/nix/store/9incs5sfn7n1vh1lavgp95v761nh11w3-nixos-system-nextgum-18.03pre-git/activate
|
|
/nix/store/9incs5sfn7n1vh1lavgp95v761nh11w3-nixos-system-nextgum-18.03pre-git/sw/bin/nixos-rebuild
|