Steam: Difference between revisions
imported>Ziasquinn m small note for a bug i encounter sometimes on dx install |
imported>ThanePatrol m Added note to allow use of 32bit libraries as steam depends on them. See https://github.com/NixOS/nixpkgs/pull/45030#issuecomment-429654106 |
||
| Line 13: | Line 13: | ||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server | dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server | ||
}; | }; | ||
hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses | |||
</nowiki>}} | </nowiki>}} | ||