From 56af2b408c3d1376923d68ea70a3171593eefdb5 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Mon, 16 Jun 2025 20:40:06 +0000 Subject: [PATCH] add ipv6 --- configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0d7f7a8..f4b2760 100755 --- a/configuration.nix +++ b/configuration.nix @@ -10,6 +10,7 @@ boot.tmp.cleanOnBoot = true; networking.hostName = "server"; networking.domain = ""; + networking.enableIPv6 = true; networking.firewall = { enable = true; allowedTCPPorts = [80 443 9418]; @@ -35,12 +36,6 @@ ''; }; - services.fail2ban = { - enable = true; - maxretry = 10; - bantime-increment.enable = true; - }; - users.users.mtgmonkey = { isNormalUser = true; description = "mtgmonkey";