Make nidus-sync domain a variable
The beginning of separating out staging
This commit is contained in:
parent
d8132d06c1
commit
f0e9d04dc1
4 changed files with 20 additions and 25 deletions
|
|
@ -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 =
|
||||
[
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue