Compare commits
No commits in common. "4d7d2ab75e9a856e03dc8b3d3237699a12510c70" and "32126c487a9deba8f95add58cc6ce1bd09556459" have entirely different histories.
4d7d2ab75e
...
32126c487a
|
@ -1,10 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }: {
|
||||||
{
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
3224
|
|
||||||
];
|
];
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
];
|
];
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
./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
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
#nix-init
|
#nix-init
|
||||||
postman
|
postman
|
||||||
|
|
||||||
beekeeper-studio # mysql postgres ... client
|
|
||||||
insomnia # http client
|
|
||||||
redisinsight
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue