fix: use separate domain for pico :/

This commit is contained in:
oddlama 2025-04-27 21:46:07 +02:00
parent 4af7e6479c
commit 4c5b592f29
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 37 additions and 17 deletions

View file

@ -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;
'';