Open
Description
Hey,
I was using this example repository: https://github.com/LGUG2Z/nixos-hetzner-robot-starter to deploy nixos to bare metal AMD server.
I was able to get it up and running and when I'm trying to do small changes and deploy it with deploy-rs
it just hangs up and doesn't output anything for 15 minutes until I stopped the process:
$ nix run github:serokell/deploy-rs -- --remote-build --debug-logs -s .#robot
🚀 ❓ [deploy] [DEBUG] Checking for flake support
🚀 ℹ️ [deploy] [INFO] Evaluating flake in .
warning: Git tree '~/Projects/nixos-hetzner-robot-starter' is dirty
🚀 ℹ️ [deploy] [INFO] The following profiles are going to be deployed:
[robot.system]
user = "root"
ssh_user = "root"
path = "/nix/store/jqp8p6xwcfdrhfjkfdxg9i97fnmf2d0r-activatable-nixos-system-unnamed-24.11.20240915.1f3227d"
hostname = "X.Y.Z.W"
ssh_opts = []
🚀 ❓ [deploy] [DEBUG] Finding the deriver of store path for /nix/store/jqp8p6xwcfdrhfjkfdxg9i97fnmf2d0r-activatable-nixos-system-unnamed-24.11.20240915.1f3227d
🚀 ℹ️ [deploy] [INFO] Building profile `system` for node `robot` on remote host
error: interrupted by the user
How could I debug whats going on?
Metadata
Assignees
Labels
No labels