Steam: Difference between revisions
imported>SuperSamus Initial cleanup (steam-native doesn't exist anymore, some redundant information removed) |
imported>SuperSamus No edit summary |
||
| Line 6: | Line 6: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
programs.steam. | programs.steam = { | ||
enable = true; | |||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play | |||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server | |||
}; | |||
</syntaxhighlight> | </syntaxhighlight> | ||
{{warning|Just adding <code>steam</code> to your package list is not going to work, since it won't enable all necessary system options. Please enable steam as shown above.}} | {{warning|Just adding <code>steam</code> to your package list is not going to work, since it won't enable all necessary system options. Please enable steam as shown above.}} | ||