update some secrets

This commit is contained in:
TheWanderingCrow 2025-07-02 13:33:14 -04:00
parent 891be2b165
commit 87df654fce
4 changed files with 20 additions and 59 deletions

View file

@ -1,8 +1,4 @@
{
lib,
config,
...
}: {
{inputs, ...}: {
services = {
nginx = {
enable = true;
@ -15,7 +11,7 @@
extraConfig = ''
allow 192.168.0.0/16;
allow 10.8.0.0/24;
allow 172.220.132.255;
allow ${inputs.nix-secrets.network.primary.publicIP}
deny all;
'';
proxyPass = "http://localhost:7745";