forked from DGNum/colmena
parent
ac8852dcdf
commit
7c1e91a09f
1 changed files with 8 additions and 0 deletions
|
@ -89,4 +89,12 @@ in {
|
||||||
deployer = tools.getStandaloneConfigFor "deployer";
|
deployer = tools.getStandaloneConfigFor "deployer";
|
||||||
beta = tools.getStandaloneConfigFor "beta";
|
beta = tools.getStandaloneConfigFor "beta";
|
||||||
gamma = tools.getStandaloneConfigFor "gamma";
|
gamma = tools.getStandaloneConfigFor "gamma";
|
||||||
|
|
||||||
|
"gamma.tld" = { lib, ... }: {
|
||||||
|
imports = [
|
||||||
|
(tools.getStandaloneConfigFor "gamma")
|
||||||
|
];
|
||||||
|
|
||||||
|
deployment.tags = lib.mkForce [];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue