From f8fed467542b96cc354eab700a51189c913d347a Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sun, 3 Nov 2024 01:37:06 -0600 Subject: [PATCH] cyclone: Allow relaxed firewall Without this, WireGuard would not function. (Oddly, Tailscale still works. Why? No clue...) --- hosts/linux/cyclone/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/linux/cyclone/configuration.nix b/hosts/linux/cyclone/configuration.nix index 8b486f2..546d97c 100644 --- a/hosts/linux/cyclone/configuration.nix +++ b/hosts/linux/cyclone/configuration.nix @@ -10,7 +10,9 @@ domain = "host.fox-int.cloud"; hostId = "79696666"; networkmanager.enable = true; - # useNetworkd = true; + useNetworkd = true; + # Allow WireGuard. + firewall.checkReversePath = "loose"; # Use a set of known-good nameservers. nameservers = [