integration-tests/apply: Forgot a node

Follows c6b61efc58
This commit is contained in:
Zhaofeng Li 2022-06-02 16:43:28 -07:00
parent ac8852dcdf
commit 7c1e91a09f

View file

@ -89,4 +89,12 @@ in {
deployer = tools.getStandaloneConfigFor "deployer";
beta = tools.getStandaloneConfigFor "beta";
gamma = tools.getStandaloneConfigFor "gamma";
"gamma.tld" = { lib, ... }: {
imports = [
(tools.getStandaloneConfigFor "gamma")
];
deployment.tags = lib.mkForce [];
};
}