Commit graph

10 commits

Author SHA1 Message Date
3f01ee11b2
Fork
- added new LICENSE (agpl), all existing code stays under the existing LICENSE
- added note abt fork to README.md
- added note abt new LICENSE to README.md

Signed-off-by: tristan <tristan@gitea@vault81.de>
2023-12-11 20:04:43 +01:00
a2565bb9cc
Allow ssh config hostnames (#49)
I prefer to keep my ssh configurations centralized, and refer to destinations by 'short names' every where else. This patch enables that. It might be a niche usecase so feel free to reject, but figured I'd make it public for anyone else that wants to use it.

Co-authored-by: Jimmy Reichley <jimmyqpublik@gmail.com>
Reviewed-on: #49
2023-12-11 19:56:40 +01: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