fix: steam params

This commit is contained in:
2024-12-21 12:33:58 +01:00
parent 64f426da76
commit a7db8b89fd

View File

@@ -4,5 +4,9 @@
extraCompatPackages = with pkgs; [
proton-ge-bin
];
gamescopeSession.enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
}