From 4ea74d6075f7b566cd91579e2f4c3ff232f27ee3 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 25 Aug 2022 12:53:29 +0200 Subject: [PATCH] Disable IPv6 properly --- configuration.nix | 1 + modules/networking.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f74d856..6a84846 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,6 +14,7 @@ in { "i915.i915_enable_fbc=1" "workqueue.power_efficient=y" "nohibernate" + "ipv6.disable=1" ]; kernelModules = [ "i915" "acpi_call" "kvm-intel" ]; extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; diff --git a/modules/networking.nix b/modules/networking.nix index ae0d0c9..b2eb306 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -6,7 +6,6 @@ hostName = "panacea"; hostId = "8feb0bb8"; wireless.iwd.enable = true; - enableIPv6 = false; }; # Enable systemd-networkd