allow grocy on public access for app usage

This commit is contained in:
TheWanderingCrow 2025-02-15 11:54:35 -05:00
parent 88fb564e71
commit db775d3ca4

View file

@ -7,12 +7,6 @@ lib.mkIf config.user.overseer.enable {
services.nginx.virtualHosts."grocy.wanderingcrow.net" = {
forceSSL = true;
useACMEHost = "grocy.wanderingcrow.net";
extraConfig = ''
allow 192.168.0.0/16;
allow 10.8.0.0/24;
allow 24.179.20.202;
deny all;
'';
};
services.grocy = {