From e354433f9f7bcfca832f1aa82e675a9a9390143e Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 8 Apr 2024 09:14:09 -0400 Subject: [PATCH] add a space for readability --- modules/hosts/nixos/nixnuc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index 6ec69c3..541c968 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -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;