# Full redeployment
After a complete server purge just load up the newest NixOS ISO, set the root password and run:
```bash
ipv4_address=$(dig +short "<hostname>"); # ipv6 seems to fail in this context
nix run github:numtide/nixos-anywhere -- --flake .#<hostname> root@"$ipv4_address"
```