Skip to content

Commit

Permalink
fix nix option for firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Oct 24, 2023
1 parent 02e23a2 commit eef0835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
};

config = {
network.firewall = lib.mkIf (cfg.enable == "build") {
networking.firewall = lib.mkIf (cfg.enable == "build") {
allowedTCPPorts = [ 30303 ];
allowedUDPPorts = [ 30303 ];
};
Expand Down

0 comments on commit eef0835

Please sign in to comment.