add a space for readability

This commit is contained in:
Gene Liverman 2024-04-08 09:14:09 -04:00
parent a74287fe5d
commit e354433f9f

View file

@ -46,7 +46,7 @@
networking = {
# Open ports in the firewall.
firewall.allowedTCPPorts = [ 22 80 13378];
firewall.allowedTCPPorts = [ 22 80 13378 ];
# firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# firewall.enable = false;