Create separate prod/staging nidus-sync sops environments
This commit is contained in:
parent
f86239a8ce
commit
31335d19f7
5 changed files with 64 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
nidus-sync = {
|
||||
domainNameReport = "staging-report.mosquitoes.online";
|
||||
domainNameSync = "staging-sync.nidus.cloud";
|
||||
environment = "staging";
|
||||
};
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
nidus-sync = {
|
||||
domainNameReport = "report.mosquitoes.online";
|
||||
domainNameSync = "sync.nidus.cloud";
|
||||
environment = "prod";
|
||||
};
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue