diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8c9ec36c..b93e4a0f 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -74,6 +74,7 @@ in nixpkgs.config.allowUnfree = true; security.sudo.wheelNeedsPassword = false; networking.networkmanager.enable = true; + networking.enableIPv6 = false; i18n = { consoleKeyMap = "us";