deploy weave-gitops-dashboard
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vivian 2023-05-11 13:27:59 +02:00
parent 5235617adc
commit 7ba35610a6
5 changed files with 49 additions and 5 deletions

View file

@ -25,7 +25,7 @@ in {
networking.firewall.allowedTCPPorts = [ 80 443 ];
# Generates vhosts for all hosts that have an `exposes` section
services.v.nginx.generateVirtualHosts = true;
services.v.nginx.autoExpose = true;
services.nginx = {
enable = true;