turned off Ipv6

This commit is contained in:
naturallaw77 2023-06-18 18:09:43 -07:00
parent ddd0d57c68
commit 9fe39f860e

View File

@ -71,6 +71,9 @@ in
xkbVariant = "";
};
# Turn off IPv6
networking.enableIPv6 = false;
# Enable CUPS to print documents.
services.printing.enable = true;