remove nginx from drag

This commit is contained in:
TheWanderingCrow 2025-09-08 15:07:46 -04:00
parent 264cea6219
commit 1343719acd

View file

@ -79,21 +79,4 @@
unifiPackage = pkgs.unifi;
mongodbPackage = pkgs.mongodb-7_0;
};
services.nginx = {
enable = true;
recommendedProxySettings = true;
virtualHosts = {
"dragneel.local" = {
locations."/" = {
extraConfig = ''
allow 192.168.0.0/16;
allow ${inputs.nix-secrets.network.primary.publicIP};
deny all;
'';
proxyPass = "http://localhost:8080";
};
};
};
};
}