mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 09:00:59 -04:00
hosts: trying to improve connectivity
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
enableAllTerminfo = true;
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
domains = [ "misterio.me" ];
|
||||
};
|
||||
|
||||
# Allows users to allow others on their binds
|
||||
programs.fuse.userAllowOther = true;
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{ lib, persistence, ... }:
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
networking.firewall = {
|
||||
checkReversePath = "loose";
|
||||
allowedUDPPorts = [ 41641 ]; # Facilitate firewall punching
|
||||
};
|
||||
|
||||
environment.persistence = lib.mkIf persistence {
|
||||
"/persist".directories = [ "/var/lib/tailscale" ];
|
||||
|
||||
Reference in New Issue
Block a user