1

System: Disable IPv6 again

Some weird IPv6 issue causes slowdowns in my network configuration,
can't find it, so disable it
This commit is contained in:
2025-06-10 15:40:44 +02:00
parent a8ec84c173
commit 2f92035a7f
2 changed files with 7 additions and 7 deletions

View File

@ -68,7 +68,7 @@ in {
networking = {
# Gets inherited from flake in nixos mylib and passed through the module option
hostName = cfg.hostname; # Define your hostname.
enableIPv6 = true;
enableIPv6 = false;
# Disable a lot of stuff not needed for systemd-networkd
networkmanager.enable = false;