From 821bbb53c796073d31dfbabf9d54485777a94d8f Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 23:54:02 +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 49ac4d3e..f48d7498 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 = 1"; }; # Temporary networking.firewall.allowedTCPPorts = [ 22 ];