From 1b67275b854235fa1f8c8fc68fff1beae9515a0f Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 11 May 2026 14:25:47 +0200 Subject: synck --- os/srv/gaming.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'os/srv') diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix index eb8ca81..8de887b 100644 --- a/os/srv/gaming.nix +++ b/os/srv/gaming.nix @@ -3,6 +3,7 @@ lib, pkgs, username, + inputs, ... }: let @@ -36,11 +37,11 @@ in enableRenice = true; settings = { general.renice = 10; - gpu = { - apply_gpu_optimisations = "accept-responsibility"; - gpu_device = 0; - amd_performance_level = "high"; - }; + # gpu = { + # apply_gpu_optimisations = "accept-responsibility"; + # gpu_device = 0; + # amd_performance_level = "high"; + # }; }; }; -- cgit v1.3