-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Nix config remotely #324
Comments
There's a permissions error with |
The following now appears to work: $ NIX_SSHOPTS="-t" nixos-rebuild switch --flake ".#tentacool" --target-host sam@tentacool --use-remote-sudo The Edit: This no longer works... |
Something declarative and which doesn't require entering the remote's password would be ideal. |
Another option is Cachix Deploy: |
deploy-rs is worth trying again: serokell/deploy-rs#207 |
I'd like to be able to do this:
# nixos-rebuild --flake ".#tentacool" --target-host sam@tentacool switch
It connects over SSH and starts copying until if fails with:
The text was updated successfully, but these errors were encountered: