Testing
This commit is contained in:
parent
bd48c78f66
commit
0a76938115
2 changed files with 2 additions and 1 deletions
nixos/hosts
|
@ -58,6 +58,7 @@
|
|||
|
||||
services.tailscale.extraUpFlags = [
|
||||
"--advertise-exit-node"
|
||||
# NOTE: This was my old network in Japan. This will need to be updated for Warsaw
|
||||
"--advertise-routes=10.2.0.0/24"
|
||||
];
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
firewall = {
|
||||
enable = true;
|
||||
interfaces = {
|
||||
eth0 = {
|
||||
eno1 = {
|
||||
allowedTCPPorts = [
|
||||
22 # TODO: Remove me
|
||||
53 # DNS
|
||||
|
|
Loading…
Add table
Reference in a new issue