From 37dafa237ebf3a9740c2792cce8fa98f09ac3a66 Mon Sep 17 00:00:00 2001 From: Daniel Kahlenberg <573@users.noreply.github.com> Date: Tue, 8 Dec 2020 10:57:32 +0100 Subject: [PATCH] Make clear, that maybe on a Linux-operated machine this is not needed. --- Same-machine-remote-builder-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Same-machine-remote-builder-how-to.md b/Same-machine-remote-builder-how-to.md index 953dca4..809eb0e 100644 --- a/Same-machine-remote-builder-how-to.md +++ b/Same-machine-remote-builder-how-to.md @@ -4,7 +4,7 @@ This write-up just serves as a proof of concept and is by no means complete or i The [remote builder](Use-a-remote-builder-with-qemu) wiki page already describes how to bridge the gap between different architectures when sourcing out the build. -One additional question I had in mind when trying what I describe next was how to have that remote machine the above linked wiki entry mentions (remote builder) hosting the build in a vm, thus not neccessarily leaving the local machine i. e. physical device I am on at all. +One additional question I had in mind when trying what I describe next was how to have that remote machine the above linked wiki entry mentions ([remote builder](Use-a-remote-builder-with-qemu)) hosting the build in a vm, thus not neccessarily leaving the local machine i. e. physical device I am on at all. What's important here, is that probably you have everything I do for free already following [the article](Use-a-remote-builder-with-qemu) if your machine is running some Linux-Distribution directly. I am on a Windows OS setup so these additional steps seem to be needed at this time. Latter which setup is of advantage if you're on a network with restricted routing (i. e. connected to an enterprise network via Cisco AnyConnect, search `cisco vpn split tunneling` if you want to know more about). Also the local machine can basically run any OS capable of hosting nix, so doesn't neccessarily need to run NixOS. For example I'm using nix deployed on arch linux via WSL on Windows 10 for this (`Linux 4.4.0-19041-Microsoft #488-Microsoft Mon Sep 01 13:43:00 PST 2020 x86_64 GNU/Linux`).