Fix steam input for shodan
This commit is contained in:
parent
5645c9fd29
commit
122a094b7d
|
@ -140,12 +140,12 @@
|
||||||
jovian.devices.steamdeck.autoUpdate = true;
|
jovian.devices.steamdeck.autoUpdate = true;
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
override = {
|
|
||||||
extraProfile = ''export LD_PRELOAD=${pkgs.extest}/lib/libextest.so:$LD_PRELOAD'';
|
|
||||||
};
|
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||||
|
programs.steam.package = pkgs.steam.override {
|
||||||
|
extraProfile = ''export LD_PRELOAD=${pkgs.extest}/lib/libextest.so:$LD_PRELOAD'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses
|
hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue