cyclone: Allow relaxed firewall
Without this, WireGuard would not function. (Oddly, Tailscale still works. Why? No clue...)
This commit is contained in:
parent
c395664bac
commit
f8fed46754
1 changed files with 3 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue