Disable IPv6 properly
This commit is contained in:
parent
1f4e3d5978
commit
4ea74d6075
|
@ -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 ];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue