mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-28 01:04:05 -05:00
update some secrets
This commit is contained in:
parent
891be2b165
commit
87df654fce
4 changed files with 20 additions and 59 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue