summaryrefslogtreecommitdiff
path: root/os/srv/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/srv/gaming.nix')
-rw-r--r--os/srv/gaming.nix11
1 files changed, 6 insertions, 5 deletions
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";
+ # };
};
};