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

Add Windcloud as provider #124

Closed rolfschr closed 1 year ago

rolfschr commented 1 year ago

Hi,

thanks a lot for your script, this is good stuff! I tried it with German provider Windcloud and documented my findings. I got it working the the auto-generated networking.nix (as needed by DigitalOcean).

I guess a clean approach would be to add windcloud as a provider in the shell script; something like

[ "$PROVIDER" = "windcloud" ] && doNetConf=y # windcloud requires detailed network config to be generated  

(Or change the DO-if-statement). I'm happy to introduce something here but I did not want to do this until feedback from you.