Tsting IPv6

This commit is contained in:
albert 2024-03-22 08:27:57 +09:00
parent 2a5cfc4712
commit b5d2b43545
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -4,10 +4,11 @@
networking = {
networkmanager = {
enable = true;
logLevel = "INFO";
};
useDHCP = lib.mkDefault true;
enableIPv6 = lib.mkForce false;
enableIPv6 = true;
firewall = {
enable = true;
allowedTCPPorts = [ ];