Add localsend (And open respective firewall ports

This commit is contained in:
Zeph Levy 2025-12-14 22:34:19 +01:00
parent 95b1954439
commit 247308e1fc
3 changed files with 12 additions and 9 deletions

View file

@ -21,6 +21,8 @@
networking.hostName = "TARS";
networking.networkmanager.enable = true;
networking.firewall.checkReversePath = "loose";
networking.firewall.allowedTCPPorts = [ 53317 ];
networking.firewall.allowedUDPPorts = [ 53317 ];
time.timeZone = "Europe/Paris";

View file

@ -20,6 +20,7 @@
typst
tinymist
ffmpeg
localsend
# Rust toolchain
cargo