mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-28 17:14:17 -05:00
update some secrets
This commit is contained in:
parent
891be2b165
commit
87df654fce
4 changed files with 20 additions and 59 deletions
|
|
@ -4,6 +4,7 @@ in
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
@ -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;
|
||||
'';
|
||||
proxyPass = "http://10.88.0.9:8080";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue