diff --git a/services/nginx/default.nix b/services/nginx/default.nix index aa749d0..2d8b452 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -72,6 +72,18 @@ in { }; } ]; + postOverflows.s01Whitelist = [ + { + name = "custom/whitelists"; + description = "Whitelist Gateway IP for VPN access"; + whitelist = { + reason = "Whitelist for Gateway IP"; + ip = [ + "192.168.1.254" + ]; + }; + } + ]; }; }; fail2ban = {