thinkpad: removed redisinsight
This commit is contained in:
parent
4d7d2ab75e
commit
702f770b2a
|
@ -3,10 +3,9 @@
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
allowedUDPPorts = [
|
|
||||||
3224
|
|
||||||
];
|
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
];
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
./system/shell.nix
|
./system/shell.nix
|
||||||
./system/remap.nix
|
./system/remap.nix
|
||||||
./system/ssd.nix
|
./system/ssd.nix
|
||||||
./configs/firewall.nix
|
#./configs/firewall.nix
|
||||||
|
|
||||||
# rice and other usefull apps
|
# rice and other usefull apps
|
||||||
./desktop.nix
|
./desktop.nix
|
||||||
|
|
|
@ -16,11 +16,9 @@
|
||||||
# nix pkg fetcher
|
# nix pkg fetcher
|
||||||
nurl
|
nurl
|
||||||
#nix-init
|
#nix-init
|
||||||
postman
|
|
||||||
|
|
||||||
beekeeper-studio # mysql postgres ... client
|
beekeeper-studio # mysql postgres ... client
|
||||||
insomnia # http client
|
insomnia # http client
|
||||||
redisinsight
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue