refactor: collapsed objects for networking.firewall in blocky config

This commit is contained in:
Ceferino Patino 2026-06-11 19:55:49 -05:00
commit c8972d8d36
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -132,7 +132,9 @@ in {
};
};
networking.firewall.allowedTCPPorts = [port];
networking.firewall.allowedUDPPorts = [port];
networking.firewall = {
allowedTCPPorts = [port];
allowedUDPPorts = [port];
};
};
}