diff --git a/configuration.nix b/configuration.nix index 244e122..2a1abe6 100755 --- a/configuration.nix +++ b/configuration.nix @@ -10,7 +10,6 @@ boot.tmp.cleanOnBoot = true; networking.hostName = "server"; networking.domain = ""; - networking.enableIPv6 = false; networking.firewall = { enable = true; allowedTCPPorts = [80 443 9418];