fix nixos tests

This commit is contained in:
Rory&
2026-03-14 01:42:56 +01:00
parent db53378ca1
commit 8543686a74
+1
View File
@@ -18,6 +18,7 @@ in
extraGatewayPorts = lib.mkOption {
type = lib.types.listOf lib.types.port;
description = "Extra gateway ports";
default = [];
};
};