Make tegola domain name configurable by environment

This commit is contained in:
Eli Ribble 2026-02-18 22:07:22 +00:00
parent f9fee85606
commit a61f904098
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

View file

@ -28,6 +28,9 @@
domainNameSync = "staging-sync.nidus.cloud";
environment = "staging";
};
tegola = {
domainName = "staging-tegola.nidus.cloud";
};
};
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys =

View file

@ -28,6 +28,9 @@
domainNameSync = "sync.nidus.cloud";
environment = "prod";
};
tegola = {
domainName = "tegola.nidus.cloud";
};
};
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys =