Compare commits

..

No commits in common. "4d7d2ab75e9a856e03dc8b3d3237699a12510c70" and "32126c487a9deba8f95add58cc6ce1bd09556459" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View file

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

View file

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

View file

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