1

System: Enable IPv6

This commit is contained in:
2025-03-16 15:30:47 +01:00
parent 86f6805662
commit 4d8ac4d1f6
3 changed files with 14 additions and 5 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 = false;
enableIPv6 = true;
# Disable a lot of stuff not needed for systemd-networkd
networkmanager.enable = false;