checks/garage: add garageWeb link

This commit is contained in:
Max Headroom 2024-04-22 01:15:37 +02:00
parent 2596229ac8
commit 56c171960e

View file

@ -26,7 +26,9 @@ testers.runNixOSTest {
hostLinks.${hostName} = {
garageRpc.tuple = "${primaryIPAddress}:3901";
garageS3.tuple = "${primaryIPAddress}:8080";
garageWeb.tuple = "${primaryIPAddress}:8081";
};
links.garageWeb.hostname = "web.garage.example.com";
vars.meshNet.cidr = "192.168.0.0/16";
};
};