mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
laptop: add input-leap
This commit is contained in:
parent
476280c3ef
commit
638d5583ae
2 changed files with 4 additions and 1 deletions
|
|
@ -423,7 +423,8 @@ in
|
|||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.trustedInterfaces = [ "p2p-wl+" "tailscale0" ];
|
||||
networking.firewall.allowedTCPPorts = [ 5900 5905 7236 7250 ];
|
||||
# 24800 for input-leap
|
||||
networking.firewall.allowedTCPPorts = [ 5900 5905 7236 7250 24800 ];
|
||||
networking.firewall.allowedUDPPorts = [ 5900 5905 7236 5353 26000 ];
|
||||
|
||||
# Or disable the firewall altogether.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue