Compare commits
2 commits
32126c487a
...
4d7d2ab75e
Author | SHA1 | Date | |
---|---|---|---|
Barna Máté | 4d7d2ab75e | ||
Barna Máté | 5b8684d7fb |
|
@ -1,7 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
|
||||
allowedUDPPorts = [
|
||||
3224
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
];
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
./system/shell.nix
|
||||
./system/remap.nix
|
||||
./system/ssd.nix
|
||||
./configs/firewall.nix
|
||||
|
||||
# rice and other usefull apps
|
||||
./desktop.nix
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
#nix-init
|
||||
postman
|
||||
|
||||
beekeeper-studio # mysql postgres ... client
|
||||
insomnia # http client
|
||||
redisinsight
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue