Skip to content
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

Remote deployment: allow local builds #90

Open
srid opened this issue Oct 27, 2024 · 1 comment
Open

Remote deployment: allow local builds #90

srid opened this issue Oct 27, 2024 · 1 comment

Comments

@srid
Copy link
Owner

srid commented Oct 27, 2024

When using small VPS, it doesn't make sense to build everything remotely. For this, provide an option to so we can build everything locally and nix copy it before doing remote deployment.

For now, we must do this manually, e.g.:

nix copy $(nix build .\#nixosConfigurations.naivete-me.config.system.build.toplevel --no-link --print-out-paths)  --to ssh-ng://root@<ip>q
@srid
Copy link
Owner Author

srid commented Oct 27, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant