kmk.firewall: open 443/udp for quic traffic

Changed files
+3
systems
koumakan
networking
+3
systems/koumakan/networking/firewall.nix
···
80
443 # http[s]
];
+
allowedUDPPorts = [
+
443 # https over quic (http3)
+
];
};
}