Compare commits

..

2 commits

3 changed files with 9 additions and 1 deletions

View file

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

View file

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

View file

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