1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

NixOS: How to bootstrap NixOS inside an existing Linux installation

This commit is contained in:
Domen Kožar 2017-07-24 15:04:37 +02:00
parent b599ab3548
commit f5bbcde454
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -175,6 +175,16 @@ Apply following patch:
And then the vde_switch network should be accessible locally.
How to bootstrap NixOS inside an existing Linux installation?
-------------------------------------------------------------
There are a couple of tools:
- https://github.com/jeaye/nixos-in-place
- https://github.com/elitak/nixos-infect
- https://github.com/cleverca22/nix-tests/tree/master/kexec
Hydra
*****