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

@ -3,6 +3,7 @@ let
in
{
lib,
inputs,
config,
...
}: {
@ -40,7 +41,7 @@ in
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;
'';
forceSSL = true;
@ -106,4 +107,3 @@ in
};
};
}