summaryrefslogtreecommitdiff
path: root/modules/hardware/nvidia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/nvidia.nix')
-rw-r--r--modules/hardware/nvidia.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/hardware/nvidia.nix b/modules/hardware/nvidia.nix
deleted file mode 100644
index 31e2100..0000000
--- a/modules/hardware/nvidia.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{ config, ... }:
-{
- hardware = {
- nvidia-container-toolkit.enable = true;
-
- nvidia = {
- modesetting.enable = true;
- open = false;
- nvidiaSettings = true;
- package = config.boot.kernelPackages.nvidiaPackages.production;
- forceFullCompositionPipeline = true;
-
- powerManagement = {
- enable = true;
- finegrained = false;
- };
- };
- };
-}