Create separate prod/staging nidus-sync sops environments

This commit is contained in:
Eli Ribble 2026-02-18 06:02:47 +00:00
parent f86239a8ce
commit 31335d19f7
No known key found for this signature in database
5 changed files with 64 additions and 1 deletions

View file

@ -26,6 +26,7 @@
nidus-sync = {
domainNameReport = "staging-report.mosquitoes.online";
domainNameSync = "staging-sync.nidus.cloud";
environment = "staging";
};
};
services.openssh.enable = true;

View file

@ -26,6 +26,7 @@
nidus-sync = {
domainNameReport = "report.mosquitoes.online";
domainNameSync = "sync.nidus.cloud";
environment = "prod";
};
};
services.openssh.enable = true;