From 9e72db2e705d59a41a4273258afad6d70402f6e6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 18 Jun 2018 14:02:05 -0700 Subject: [PATCH] [NixOS] Reenable IPv6 --- nixos/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b93e4a0f..8c9ec36c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -74,7 +74,6 @@ in nixpkgs.config.allowUnfree = true; security.sudo.wheelNeedsPassword = false; networking.networkmanager.enable = true; - networking.enableIPv6 = false; i18n = { consoleKeyMap = "us";