Disable IPv6 globally

This commit is contained in:
2019-12-09 10:04:41 +01:00
parent 88438033c4
commit 11166198f6
2 changed files with 2 additions and 1 deletions

View File

@@ -30,5 +30,7 @@
connectionTrackingModules = [ "sane" ];
};
# Disable IPv6
networking.enableIPv6 = false;
}

View File

@@ -11,7 +11,6 @@
services.nginx = {
enable = true;
resolver.ipv6 = false;
recommendedTlsSettings = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;