VEGAS/nginx: wait for network-online

This commit is contained in:
Max Headroom 2021-12-03 00:13:33 +01:00
parent a7cd2f455f
commit 906d2aa99a

View file

@ -33,4 +33,5 @@ in
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
systemd.services.nginx.after = [ "network-online.target" ];
}