[NixOS] Disable IPv6

This commit is contained in:
2018-06-17 14:23:36 -07:00
parent 06a6f794c2
commit 49e77bcbd1

View File

@@ -74,6 +74,7 @@ in
nixpkgs.config.allowUnfree = true;
security.sudo.wheelNeedsPassword = false;
networking.networkmanager.enable = true;
networking.enableIPv6 = false;
i18n = {
consoleKeyMap = "us";