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.32k stars 215 forks source link

Fix DigitalOcean installation #152

Closed mpashton closed 1 year ago

mpashton commented 1 year ago

DigitalOcean now adds an SSH key containing double-quotes, which breaks nixos-infect. This commit fixes this by using two single-quotes instead of a double-quote to wrap the SSH public key lines.