forked from mirrors_public/oddlama_nix-config
fix: use separate domain for pico :/
This commit is contained in:
parent
4af7e6479c
commit
4c5b592f29
6 changed files with 37 additions and 17 deletions
|
@ -69,7 +69,7 @@ in
|
|||
let
|
||||
accessRules = ''
|
||||
${lib.concatMapStrings (
|
||||
ip: "allow ${ip};\n"
|
||||
cidr: "allow ${cidr};\n"
|
||||
) sentinelCfg.wireguard.proxy-sentinel.server.reservedAddresses}
|
||||
deny all;
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue