forked from extern/nix-config
networking: Remove allowedTCPPorts
Not needed for now, although a good reference for the future.
This commit is contained in:
parent
a75c20db5b
commit
7fb0c15255
@ -107,6 +107,4 @@ let VARIABLES = import ./variables.nix; in {
|
|||||||
|
|
||||||
environment.defaultPackages = [ ];
|
environment.defaultPackages = [ ];
|
||||||
system.stateVersion = VARIABLES.stateVersion;
|
system.stateVersion = VARIABLES.stateVersion;
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 11918 ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user