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

@ -8,6 +8,7 @@ rec {
pixel6a.ip = "100.64.0.4"; pixel6a.ip = "100.64.0.4";
rx4.ip = "100.64.0.10"; rx4.ip = "100.64.0.10";
sid.ip = "100.64.0.6"; sid.ip = "100.64.0.6";
vde.ip = "100.64.0.1";
}; };
services = { services = {
docs = { docs = {

View file

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