containers/citrine: oops

This commit is contained in:
Cilly Leang 2026-03-16 16:25:25 +11:00
parent a7afbda109
commit 1936294ea4
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,7 +7,7 @@
let
name = "citrine";
subnetId = "3";
subnet = x: "fd0d:1::${subnetId}:${x}";
subnet = x: "fd0d:1::${subnetId}:${toString x}";
host = subnet 1;
client = subnet 2;