From 8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 20 Oct 2022 21:14:17 +0000 Subject: sys/atuin: remove NAT I'm not sure what this was originally for. Maybe Docker? --- sys/atuin.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index 079a45e89794..2cbff0099fa9 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -171,10 +171,6 @@ in networking.defaultGateway = "85.119.80.1"; networking.defaultGateway6 = { address = "2001:ba8:1f1:f0bc::1"; }; - networking.firewall.extraCommands = '' - iptables -t nat -A POSTROUTING -s10.100.0.0/24 -j MASQUERADE - ''; - boot.kernelPackages = with pkgs; linuxPackagesFor (linux.override { structuredExtraConfig = with lib.kernel; { KERNEL_XZ = yes; -- cgit 1.4.1