Disable IPv6 properly

This commit is contained in:
coolneng 2022-08-25 12:53:29 +02:00
parent 1f4e3d5978
commit 4ea74d6075
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ in {
"i915.i915_enable_fbc=1" "i915.i915_enable_fbc=1"
"workqueue.power_efficient=y" "workqueue.power_efficient=y"
"nohibernate" "nohibernate"
"ipv6.disable=1"
]; ];
kernelModules = [ "i915" "acpi_call" "kvm-intel" ]; kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];

View File

@ -6,7 +6,6 @@
hostName = "panacea"; hostName = "panacea";
hostId = "8feb0bb8"; hostId = "8feb0bb8";
wireless.iwd.enable = true; wireless.iwd.enable = true;
enableIPv6 = false;
}; };
# Enable systemd-networkd # Enable systemd-networkd