fix tailnet ips
Some checks failed
Flake check / flake-check (pull_request) Failing after 1m30s

This commit is contained in:
sid 2026-05-04 16:46:31 +02:00
parent a59b0277c8
commit bf28f2be49
2 changed files with 4 additions and 3 deletions

View file

@ -4,9 +4,9 @@ let
blockSrc = builtins.concatStringsSep " " (
with constants;
[
"16ach6".ip
pc.ip
pixel6a.ip
hosts."16ach6".ip
hosts.pc.ip
hosts.pixel6a.ip
]
);