diff options
| author | adikro <adikro@disroot.org> | 2026-05-11 14:25:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-11 14:25:47 +0200 |
| commit | 1b67275b854235fa1f8c8fc68fff1beae9515a0f (patch) | |
| tree | 1c109cf63e9a17c35640f7374fc7c4d721c86d96 /os/srv | |
| parent | 7c8503e8fa77cb20819e2ba5a6a0f1a261cf089f (diff) | |
synck
Diffstat (limited to 'os/srv')
| -rw-r--r-- | os/srv/gaming.nix | 11 |
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"; + # }; }; }; |
