Mika Logan
Mika Logan
I would like to have this, but this implementation looks excessively verbose. If this is something difficult to do with clap I don't mind switching to another argument parser if...
We have `-k`/`--keep-result` and `--result-path` which should do this, though maybe we should make it configurable in the flake?
This is a slightly difficult issue to tackle, the main SSH connections that should exist are: - using Nix to push the profiles to the server - running the `activate`...
I will also note that if lowering the amount of SSH connections is more important to you than having magic rollback, you can turn it off and there should only...
Are you using the latest version and does `.` refer to a real flake? If so it should definitely fall under this arm: https://github.com/serokell/deploy-rs/blob/master/src/bin/deploy.rs#L198 and thus skip evaluation of other...
I don't feel like this is out of scope or inappropriate use of the project at all, in fact I don't think I have used `nixos-rebuild` in a very long...
I would want a propety in the flake as well as a CLI flag, when I update my machine I like to run just `deploy /etc/nixos`, `deploy --local /etc/nixos` doesn't...
I think the somewhat vague hope was that every feature used would land in stable if not already stable, and that would end up in stable NixOS, but obviously that...
it is a very very weird and arguably stupid request, but there's no reason it shouldn't be possible, though it's well out of the scope of this project. If you...
Any progress?