From 3f0367b09bed508021dd26fa892904bfea8528d6 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 23 Aug 2026 13:54:46 +0530 Subject: removed nix-index because it is slow as fuck + added brightness & red shifting keyboard shortcuts --- nixos/apps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/apps.nix') diff --git a/nixos/apps.nix b/nixos/apps.nix index 29d3bbc..2c70c50 100644 --- a/nixos/apps.nix +++ b/nixos/apps.nix @@ -42,6 +42,6 @@ programs.thunderbird.enable = true; - networking.firewall.allowedTCPPorts = [ 53317 41567 5173 22 ]; - networking.firewall.allowedUDPPorts = [ 53317 41567 5173 22 ]; + networking.firewall.allowedTCPPorts = [ 53317 41567 5173 22 9600 ]; + networking.firewall.allowedUDPPorts = [ 53317 41567 5173 22 9600 ]; } -- cgit v1.2.3