Listen on IPv6
This commit is contained in:
parent
65fd4c7579
commit
b3ee130b4b
1 changed files with 9 additions and 0 deletions
|
@ -71,6 +71,15 @@ in {
|
||||||
port = 80;
|
port = 80;
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
port = 443;
|
||||||
|
addr = "[::]";
|
||||||
|
ssl = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
port = 80;
|
||||||
|
addr = "[::]";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue