about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-10-20 21:14:17 +0000
committerAlyssa Ross <hi@alyssa.is>2022-10-20 21:14:17 +0000
commit8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5 (patch)
tree79bd763442bcf5ac2752be155ea56f1f88c67ad4 /sys
parentdc58263f7abd0b3154f84e953cf58c40e91e61d6 (diff)
downloadnixlib-8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5.tar
nixlib-8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5.tar.gz
nixlib-8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5.tar.bz2
nixlib-8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5.tar.lz
nixlib-8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5.tar.xz
nixlib-8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5.tar.zst
nixlib-8f59b5e23c2fc5c1ce7de55ef42f85b6edd011c5.zip
sys/atuin: remove NAT
I'm not sure what this was originally for.  Maybe Docker?
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix4
1 files changed, 0 insertions, 4 deletions
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;