Compare commits

...

2 commits

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
];
}