-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an option for 'networking.firewall.checkReversePath', and set i…
…t to 'loose' to allow using tailscale exit nodes.
- Loading branch information
1 parent
65e2f0c
commit 4cd97b6
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
## Defines the networking options. | ||
#! Warning editing this will edit it for all hosts. Not just for one machine. | ||
arguments @ { config, pkgs, lib, machine-settings, ... } : ( builtins.trace "(System) Loading: ${toString ./.}..." { | ||
|
||
networking.firewall = { | ||
enable = lib.mkDefault true; # Are you sure? Did you read the top #!comment !? | ||
allowedTCPPorts = lib.mkDefault [ ]; # Are you sure? Did you read the top #!comment !? | ||
allowedUDPPorts = lib.mkDefault [ ]; # Are you sure? Did you read the top #!comment !? | ||
networking.firewall = { | ||
enable = lib.mkDefault true; # Are you sure? Did you read the top #!comment !? | ||
allowedTCPPorts = lib.mkDefault [ ]; # Are you sure? Did you read the top #!comment !? | ||
allowedUDPPorts = lib.mkDefault [ ]; # Are you sure? Did you read the top #!comment !? | ||
checkReversePath = lib.mkDefault "loose"; # TailScale | ||
}; | ||
|
||
}) |
Submodule tygo-van-den-hurk
updated
from b2d072 to a2f23d
Submodule tygo-van-den-hurk
updated
28 files