miku: Add firewall rule for scream
This commit is contained in:
parent
487b79d71f
commit
da4b65c79d
3
miku.nix
3
miku.nix
@ -52,6 +52,9 @@ in {
|
|||||||
hostName = "miku";
|
hostName = "miku";
|
||||||
# Nix otherwise has a conflict with this option
|
# Nix otherwise has a conflict with this option
|
||||||
wireless.enable = lib.mkForce false;
|
wireless.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
# Allow scream to connect to this host
|
||||||
|
firewall.allowedUDPPorts = [ 4010 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
Loading…
Reference in New Issue
Block a user