Add localsend (And open respective firewall ports
This commit is contained in:
parent
95b1954439
commit
247308e1fc
3 changed files with 12 additions and 9 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
typst
|
||||
tinymist
|
||||
ffmpeg
|
||||
localsend
|
||||
|
||||
# Rust toolchain
|
||||
cargo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue