The service is actually called pairdrop

This commit is contained in:
William 2023-06-28 13:51:58 -03:00
parent 9d75de0d5b
commit f06979ac1d
5 changed files with 20 additions and 20 deletions

View file

@ -20,7 +20,7 @@
networking = {
hostName = "alexandria";
firewall = {
allowedTCPPorts = [ 80 443 25565 9666 ];
allowedTCPPorts = [ 80 443 8010 9666 25565 ];
allowedUDPPorts = [ 24454 ];
};
};