Attempting to actually get the homelab up and running!
This command is supposed to run once to set up the remote host, anytime it runs against a machine, it'll format the disks.
nix run github:nix-community/nixos-anywhere -- \
--flake '.#unraid-nixos' <user>@<ip>
nixos-rebuild switch --use-remote-sudo --fast \
--flake .#unraid-nixos \
--target-host <user>@<ip> \
--build-host <user>@<ip>
deploy .#unraid-nixos