chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit 95d1522bcc - Show all commits

View file

@ -13,7 +13,7 @@
];
networking.hostName = "vault";
networking.hostName = "nginx";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
@ -26,6 +26,8 @@
# Additional packages
environment.systemPackages = with pkgs; [];
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
recommendedProxySettings = true;