From de1d95877812dfa2eb4d13af9af166c73afc2dfa Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Tue, 17 Jun 2025 14:23:03 +0000 Subject: [PATCH] fix breaking change pushed in bdc3a22 --- configuration.nix | 1 - 1 file changed, 1 deletion(-) 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];