From bba5de71358934cd8e47154cdb8e4456c5d2285c Mon Sep 17 00:00:00 2001 From: Lillian Violet Date: Wed, 28 Feb 2024 21:53:08 +0100 Subject: [PATCH] Disable amdgpu thing in shodan to see if the mesa message goes away --- 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 07a42b6..101cdc7 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -122,7 +122,7 @@ jovian.decky-loader.enable = true; - jovian.hardware.has.amd.gpu = true; + # jovian.hardware.has.amd.gpu = true; programs.steam = { enable = true;