Make nidus-sync domain a variable

The beginning of separating out staging
This commit is contained in:
Eli Ribble 2026-02-17 17:38:42 +00:00
parent d8132d06c1
commit f0e9d04dc1
No known key found for this signature in database
4 changed files with 20 additions and 25 deletions

View file

@ -22,6 +22,11 @@
pkgs.dig
pkgs.gitMinimal
];
myModules = {
nidus-sync = {
domainNameSync = "staging-sync.nidus.cloud";
};
};
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys =
[

View file

@ -22,6 +22,11 @@
pkgs.dig
pkgs.gitMinimal
];
myModules = {
nidus-sync = {
domainNameSync = "sync.nidus.cloud";
};
};
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys =
[