From e104989e400db1291116f27e0024b7a0873b9316 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Thu, 10 Jul 2025 19:19:32 +0200 Subject: [PATCH] localsend --- nixos/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 41aa981..31539bf 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -156,6 +156,7 @@ in # user packages obs-studio neovim + localsend comma #run nix run nixpkgs#nix-index to init @@ -286,8 +287,8 @@ in }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 22 ]; - networking.firewall.allowedUDPPorts = [ 22 ]; + networking.firewall.allowedTCPPorts = [ 22 53317 ]; + networking.firewall.allowedUDPPorts = [ 22 53317 ]; # Or disable the firewall altogether. #networking.firewall.enable = false;