make the nest the default catchall for nginx

This commit is contained in:
TheWanderingCrow 2025-03-25 08:15:08 -04:00
parent d5ae151af1
commit 6e2b64d0a3

View file

@ -11,6 +11,7 @@ lib.mkIf config.user.overseer.enable {
recommendedProxySettings = true;
virtualHosts = {
"wanderingcrow.net" = {
default = true;
forceSSL = true;
useACMEHost = "wanderingcrow.net";
locations."/" = {