2
0
Fork 1
mirror of https://github.com/elitak/nixos-infect synced 2025-03-14 13:46:59 +00:00

Add case for webdock as PROVIDER

This commit is contained in:
ixhbinphoenix 2024-10-26 23:33:01 +02:00
parent 5ef3f953d3
commit 27007872a2
No known key found for this signature in database
GPG key ID: 65EC198BC979AC16

View file

@ -388,7 +388,7 @@ fi
[ "$PROVIDER" = "digitalocean" ] && doNetConf=y # digitalocean requires detailed network config to be generated
[ "$PROVIDER" = "lightsail" ] && newrootfslabel="nixos"
if [[ "$PROVIDER" = "digitalocean" ]] || [[ "$PROVIDER" = "servarica" ]] || [[ "$PROVIDER" = "hetznercloud" ]]; then
if [[ "$PROVIDER" = "digitalocean" ]] || [[ "$PROVIDER" = "servarica" ]] || [[ "$PROVIDER" = "hetznercloud" ]] || [[ "$PROVIDER" = "webdock" ]]; then
doNetConf=y # some providers require detailed network config to be generated
fi