diff --git a/tasks.py b/tasks.py
index fc19903..113dceb 100644
--- a/tasks.py
+++ b/tasks.py
@@ -181,7 +181,7 @@ def install(c: Any, flake_attr: str, hostname: str) -> None:
         return
     with TemporaryDirectory() as tmpdir:
         decrypt_host_key(flake_attr, tmpdir)
-        flags = "--debug --no-reboot --option accept-flake-config true"
+        flags = "--build-on-remote --debug --option accept-flake-config true"
         c.run(
             f"nix run --inputs-from . nixpkgs#nixos-anywhere -- {hostname} --extra-files {tmpdir} --flake .#{flake_attr} {flags}",
             echo=True,