nixos/scripts/update_single_machine.sh

9 lines
251 B
Bash
Raw Normal View History

2022-01-31 12:28:59 +01:00
#!/usr/bin/env bash
rsa_key="~/.nixos/secrets/ssh_keys/ansible/ansible.key"
export NIX_SSHOPTS="-t -i " + rsa_key
host=$1
fqdn="${host}.2li.local"
nixos-rebuild switch --use-remote-sudo --build-host localhost --target-host $fqdn --flake ".#${host}"