mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-13 23:28:20 +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.
|
# Open ports in the firewall.
|
||||||
networking.firewall.trustedInterfaces = [ "p2p-wl+" "tailscale0" ];
|
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 ];
|
networking.firewall.allowedUDPPorts = [ 5900 5905 7236 5353 26000 ];
|
||||||
|
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@
|
||||||
accent = "yellow";
|
accent = "yellow";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
input-leap
|
||||||
|
|
||||||
remmina
|
remmina
|
||||||
# web
|
# web
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue