You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a configuration that I tried to redeploy after changing the hostname, and deploy-rs got stuck in this step:
π β [deploy] [DEBUG] Checking for flake support
π βΉοΈ [deploy] [INFO] Running checks for flake in .
warning: Git tree '/home/aniva/Projects/image/installer' is dirty
warning: unknown flake output 'deploy'
warning: The check omitted these incompatible systems: aarch64-darwin, aarch64-linux, x86_64-darwin
Use '--all-systems' to check all.
π βΉοΈ [deploy] [INFO] Evaluating flake in .
warning: Git tree '/home/aniva/Projects/image/installer' is dirty
π βΉοΈ [deploy] [INFO] The following profiles are going to be deployed:
[minimal.system]
user = "root"
ssh_user = "root"
path = "/nix/store/2djkzip3zgi31j49ahw09yfnjg28b6lz-activatable-nixos-system-minimal-24.11.20240909.5775c25"
hostname = "minimal"
ssh_opts = ["-oControlMaster=no"]
π β [deploy] [DEBUG] Finding the deriver of store path for /nix/store/2djkzip3zgi31j49ahw09yfnjg28b6lz-activatable-nixos-system-minimal-24.11.20240909.5775c25
π βΉοΈ [deploy] [INFO] Building profile `system` for node `minimal`
π βΉοΈ [deploy] [INFO] Copying profile `system` to node `minimal`
I have a configuration that I tried to redeploy after changing the hostname, and deploy-rs got stuck in this step:
I've tried the workaround in #226, namely with
but the same issue persists.
The text was updated successfully, but these errors were encountered: