Enable local network game transfer
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
alejandro-angulo 2025-12-21 08:20:08 -08:00
parent 9e1218c150
commit 412bdb12d5

View file

@ -17,6 +17,7 @@ in
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];