thinkpad: added a few clients for development

This commit is contained in:
Barna Máté 2025-01-14 07:36:16 +01:00
parent d29c56230d
commit 5b8684d7fb
3 changed files with 9 additions and 1 deletions

View file

@ -1,7 +1,10 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
networking.firewall = {
enable = true;
allowedUDPPorts = [
3224
];
allowedTCPPorts = [
];

View file

@ -17,6 +17,7 @@
./system/shell.nix
./system/remap.nix
./system/ssd.nix
./configs/firewall.nix
# rice and other usefull apps
./desktop.nix

View file

@ -18,6 +18,10 @@
#nix-init
postman
beekeeper-studio # mysql postgres ... client
insomnia # http client
redisinsight
];
}