forked from CCCHH/nix-infra
public-web-static: remove cpuccc.hamburg.ccc.de alias
This commit is contained in:
parent
175df86928
commit
213707b310
1 changed files with 1 additions and 3 deletions
|
|
@ -7,7 +7,6 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
security.acme.certs."cpu.ccc.de".extraDomainNames = [
|
security.acme.certs."cpu.ccc.de".extraDomainNames = [
|
||||||
"cpuccc.hamburg.ccc.de"
|
|
||||||
"lokal.ccc.de"
|
"lokal.ccc.de"
|
||||||
"local.ccc.de"
|
"local.ccc.de"
|
||||||
];
|
];
|
||||||
|
|
@ -75,11 +74,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"cpuccc.hamburg.ccc.de" = {
|
"lokal.ccc.de" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "cpu.ccc.de";
|
useACMEHost = "cpu.ccc.de";
|
||||||
serverAliases = [
|
serverAliases = [
|
||||||
"lokal.ccc.de"
|
|
||||||
"local.ccc.de"
|
"local.ccc.de"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue