elitak / nixos-infect

[GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)
GNU General Public License v3.0
1.33k stars 215 forks source link

Improve flexibility, enable pre-setting NIXOS_CONFIG, & NIXOS_LUSTRATE #100

Closed keithy closed 2 years ago

keithy commented 2 years ago

This allows the user to checkout their own git repo and add that to NIXOS_LUSTRATE prior to infection.

From there, either NIXOS_IMPORT is supplied to invoke users own configuration, or NIXOS_CONFIG can now be overriden.