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