From 3acdfae935649fbbe3a221936fa265aa55e51120 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 23:55:21 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-rpi4-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-01/default.nix b/nixos/hosts/nixos-rpi4-01/default.nix index f48d7498..ba2f6fe1 100644 --- a/nixos/hosts/nixos-rpi4-01/default.nix +++ b/nixos/hosts/nixos-rpi4-01/default.nix @@ -42,7 +42,7 @@ }; services.tailscale.authKeyFile = "/run/secrets/nixos-rpi4-01_tailscale_key"; services.tailscale.extraUpFlags = [ "--advertise-exit-node" ]; - boot.kernel.sysctl = { "net.ipv4.ip_forward = 1"; }; + boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; }; # Temporary networking.firewall.allowedTCPPorts = [ 22 ];