reenable ipv6

This commit is contained in:
Kiara Grouwstra 2025-08-24 20:07:08 +02:00
parent 0eb14ba64f
commit 6a56954e82
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -42,7 +42,6 @@ in
}; };
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 ];
networking.enableIPv6 = false;
## Test VMs don't have a bootloader by default. ## Test VMs don't have a bootloader by default.
# boot.loader = { # boot.loader = {