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 am using deploy-rs to deploy raspberry pi
I am unable to configure cross-compiling ( qemu method too slow , nixpkgs.buildPlatform / nixpkgs.hostPlatform don't pull binary cache), so I set remoteBuild = true; instead.
But I still want to deploy with --max-job 1 --cores 1 flag because sometimes it ran out of ram and abort.
I know that I can run deploy .#pi -- --max-job 1 --cores 1, but I want a single command solution for all host.
like deploy . to deploy all remote server, deploy --targets .#pi .#other-host for others, I can use one command to take care or multiple servers.
It would be great if we can set it in the flake.
The text was updated successfully, but these errors were encountered:
I am using deploy-rs to deploy raspberry pi
I am unable to configure cross-compiling ( qemu method too slow , nixpkgs.buildPlatform / nixpkgs.hostPlatform don't pull binary cache), so I set
remoteBuild = true;
instead.But I still want to deploy with
--max-job 1 --cores 1
flag because sometimes it ran out of ram and abort.I know that I can run
deploy .#pi -- --max-job 1 --cores 1
, but I want a single command solution for all host.like
deploy .
to deploy all remote server,deploy --targets .#pi .#other-host
for others, I can use one command to take care or multiple servers.It would be great if we can set it in the flake.
The text was updated successfully, but these errors were encountered: