miku: Add firewall rule for scream

This commit is contained in:
PapaTutuWawa 2021-07-29 22:52:07 +02:00
parent 487b79d71f
commit da4b65c79d

View File

@ -52,6 +52,9 @@ in {
hostName = "miku";
# Nix otherwise has a conflict with this option
wireless.enable = lib.mkForce false;
# Allow scream to connect to this host
firewall.allowedUDPPorts = [ 4010 ];
};
boot = {