From 702f770b2a09e7938d9f7fb25691458ab763ae7d Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Mon, 20 Jan 2025 11:13:58 +0100 Subject: [PATCH] thinkpad: removed redisinsight --- hosts/thinkpad/configs/firewall.nix | 5 ++--- hosts/thinkpad/configuration.nix | 2 +- hosts/thinkpad/dev.nix | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/hosts/thinkpad/configs/firewall.nix b/hosts/thinkpad/configs/firewall.nix index 3ad0b32..2476c49 100644 --- a/hosts/thinkpad/configs/firewall.nix +++ b/hosts/thinkpad/configs/firewall.nix @@ -3,10 +3,9 @@ networking.firewall = { enable = true; - allowedUDPPorts = [ - 3224 - ]; allowedTCPPorts = [ ]; + allowedUDPPorts = [ + ]; }; } diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 4f436ad..b763eaa 100755 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -17,7 +17,7 @@ ./system/shell.nix ./system/remap.nix ./system/ssd.nix - ./configs/firewall.nix + #./configs/firewall.nix # rice and other usefull apps ./desktop.nix diff --git a/hosts/thinkpad/dev.nix b/hosts/thinkpad/dev.nix index 6ced3a0..821d414 100755 --- a/hosts/thinkpad/dev.nix +++ b/hosts/thinkpad/dev.nix @@ -16,11 +16,9 @@ # nix pkg fetcher nurl #nix-init - postman beekeeper-studio # mysql postgres ... client insomnia # http client - redisinsight ];