diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:46:54 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:47:42 +0530 |
| commit | 459d83c13b4f903cc425a4c626fd66b1f27317aa (patch) | |
| tree | 412b42fac2e57543dec238f0d3523689ab6b12c9 /configuration.nix | |
| parent | 9434f518f49c72358835500889dbaecad034632d (diff) | |
| download | nixos-config-459d83c13b4f903cc425a4c626fd66b1f27317aa.tar.gz nixos-config-459d83c13b4f903cc425a4c626fd66b1f27317aa.zip | |
Switch to upstream kmonad module
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 0091723..7024224 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,7 +62,7 @@ in hostName = "smartfridge"; firewall = { enable = true; - allowedTCPPorts = [ 8080 8081 3000 3001 ]; + allowedTCPPorts = [ 3000 3001 ]; allowedUDPPorts = [ 41641 ]; }; nameservers = [ "100.100.100.100" "8.8.8.8" "1.1.1.1" ]; |
