From 76189b9fdcaecba4f03c6812f8a5774a9d703c65 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 5 Oct 2022 22:22:08 -0400 Subject: [PATCH] Autoformat tree --- systems/hetzner/ax41.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/hetzner/ax41.nix b/systems/hetzner/ax41.nix index c51113a..7e24f0f 100644 --- a/systems/hetzner/ax41.nix +++ b/systems/hetzner/ax41.nix @@ -110,7 +110,7 @@ services.openssh.enable = true; services.tailscale.enable = true; - networking.firewall.checkReversePath = "loose"; # Tailscale recommends this + networking.firewall.checkReversePath = "loose"; # Tailscale recommends this # Define a user account. Don't forget to set a password with ‘passwd’. users.users.srid = {