localsend

This commit is contained in:
Aleksandr Lebedev 2025-07-10 19:19:32 +02:00
parent d7cb8b2a12
commit e104989e40

View file

@ -156,6 +156,7 @@ in
# user packages # user packages
obs-studio obs-studio
neovim neovim
localsend
comma #run nix run nixpkgs#nix-index to init comma #run nix run nixpkgs#nix-index to init
@ -286,8 +287,8 @@ in
}; };
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 53317 ];
networking.firewall.allowedUDPPorts = [ 22 ]; networking.firewall.allowedUDPPorts = [ 22 53317 ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
#networking.firewall.enable = false; #networking.firewall.enable = false;