codimd fix up
This commit is contained in:
parent
e18938def9
commit
6511ee66dd
2 changed files with 13 additions and 1 deletions
|
@ -2,6 +2,18 @@
|
|||
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts.codimd = {
|
||||
listen = [
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 4443;
|
||||
ssl = true;
|
||||
}
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 80;
|
||||
ssl = false;
|
||||
}
|
||||
];
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
serverName = "codimd.ingolf-wagner.de";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
./nginx.nix
|
||||
./tinc.nix
|
||||
#./codimd.nix
|
||||
./codimd.nix
|
||||
#./syncplay.nix
|
||||
#./mail-server.nix
|
||||
|
||||
|
|
Loading…
Reference in a new issue