Allow server to be imported, deprioritize Jimbo. Those who nose.
This commit is contained in:
parent
5f0edcbb09
commit
d873588c59
42 changed files with 228 additions and 207 deletions
|
@ -4,19 +4,19 @@
|
|||
enable = config.system.server.enable;
|
||||
protocol = "cloudflare";
|
||||
use = "web, web=https://ipinfo.io/ip";
|
||||
zone = "${config.domains.jim1}";
|
||||
zone = "${config.domains.p1}";
|
||||
username = "token";
|
||||
passwordFile = "${pkgs.writeText "cloudflareapikey" config.secrets.flareApiKey}";
|
||||
domains = [
|
||||
"${config.domains.jim1}"
|
||||
"*.${config.domains.jim1}"
|
||||
"sv.${config.domains.jim1}"
|
||||
"git.${config.domains.jim1}"
|
||||
"turn.${config.domains.jim1}"
|
||||
"dew.${config.domains.jim1}"
|
||||
"john.${config.domains.jim1}"
|
||||
"beta.${config.domains.jim1}"
|
||||
"rogue.${config.domains.jim1}"
|
||||
"${config.domains.p1}"
|
||||
"*.${config.domains.p1}"
|
||||
"sv.${config.domains.p1}"
|
||||
"git.${config.domains.p1}"
|
||||
"turn.${config.domains.p1}"
|
||||
"dew.${config.domains.p1}"
|
||||
"john.${config.domains.p1}"
|
||||
"beta.${config.domains.p1}"
|
||||
"rogue.${config.domains.p1}"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue