# 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 ""); # ipv6 seems to fail in this context nix run github:numtide/nixos-anywhere -- --flake .# root@"$ipv4_address" ```