From 33fade22193c553bf47d8ac31a5b6b992228d874 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 14 Apr 2025 20:13:22 +0200 Subject: [PATCH] giving some LD_PRELOAD errors on steam on shodan, let's see if disabling extest works to fix it --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 3305f53..a1bfa48 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -205,7 +205,7 @@ 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 - extest.enable = true; + # extest.enable = true; }; kdeconnect.enable = true;