Commit graph

9 commits

Author SHA1 Message Date
Jimmy Reichley
279c5c55eb
Some docs about sshConfigHost 2023-09-29 01:10:27 -04:00
Ingolf Wagner
ab194e3511
update README.md 2023-06-30 10:35:53 +02:00
Magic_RB
b5683029f9 Add option to substitute on the target machine if local build
Signed-off-by: Magic_RB <magic_rb@redalder.org>

Co-authored-by: matthewcroughan <matt@croughan.sh>
2022-06-10 15:38:13 +01:00
matthewcroughan
6dfbffee74 Update README.md 2022-06-08 13:38:14 +01:00
matthewcroughan
ea61a38231 Update README.md 2022-06-02 00:18:44 +01:00
matthewcroughan
4a356409ca Add support for hermetic remote builds
A hermetic remote rebuild is when Nixinate sends a specific Nix binary
to the remote first, then uses it when activating a system closure,
rather than using the Nix that is already on the remote. This is
defaulted to false for the time being, as the bandwidth usage can be
high. This allows users to avoid the need to bootstrap the remote first
by enabling flakes on the remote Nix binary.
2022-05-29 19:02:50 +01:00
matthewcroughan
886c6a2b3b fix README 2022-03-06 17:18:07 +00:00
matthewcroughan
8f960401c4 flake: add local building
This adds the ability to build a system closure locally and push it to
the remote using `nix copy`
2022-01-26 22:58:48 +00:00
matthewcroughan
d4de691afb init 2022-01-03 10:50:50 +00:00