Listen on IPv6

This commit is contained in:
jaina heartles 2024-02-27 19:10:42 -08:00
parent 65fd4c7579
commit b3ee130b4b
1 changed files with 9 additions and 0 deletions

View File

@ -71,6 +71,15 @@ in {
port = 80;
addr = "0.0.0.0";
}
{
port = 443;
addr = "[::]";
ssl = true;
}
{
port = 80;
addr = "[::]";
}
];
in {
enable = true;