1
0
forked from extern/nix-config

networking: Remove allowedTCPPorts

Not needed for now, although a good reference for the future.
This commit is contained in:
Donovan Glover 2023-06-21 11:43:08 -04:00
parent a75c20db5b
commit 7fb0c15255
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -107,6 +107,4 @@ let VARIABLES = import ./variables.nix; in {
environment.defaultPackages = [ ];
system.stateVersion = VARIABLES.stateVersion;
networking.firewall.allowedTCPPorts = [ 11918 ];
}