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";
|
||||
beta = tools.getStandaloneConfigFor "beta";
|
||||
gamma = tools.getStandaloneConfigFor "gamma";
|
||||
|
||||
"gamma.tld" = { lib, ... }: {
|
||||
imports = [
|
||||
(tools.getStandaloneConfigFor "gamma")
|
||||
];
|
||||
|
||||
deployment.tags = lib.mkForce [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue