This commit is contained in:
2026-03-31 13:55:40 +02:00
parent 6f0d716cba
commit 2dd361ec24
5 changed files with 50 additions and 47 deletions

9
system/steam.nix Normal file
View File

@@ -0,0 +1,9 @@
{ ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
}