From 638d5583aef1e05effc2d9095ee86e37ba15c9d9 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Tue, 28 Jan 2025 22:46:06 +0400 Subject: [PATCH] laptop: add input-leap --- hosts/laptop/configuration.nix | 3 ++- hosts/laptop/home/default.nix | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d4220ca..d933685 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -423,7 +423,8 @@ in # Open ports in the firewall. 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 ]; # Or disable the firewall altogether. diff --git a/hosts/laptop/home/default.nix b/hosts/laptop/home/default.nix index 16df0c4..a809216 100644 --- a/hosts/laptop/home/default.nix +++ b/hosts/laptop/home/default.nix @@ -50,6 +50,8 @@ accent = "yellow"; }) + input-leap + remmina # web protonvpn-gui