summary refs log tree commit diff stats
path: root/system/modules/hardware/nvidia-gpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/hardware/nvidia-gpu.nix')
-rw-r--r--system/modules/hardware/nvidia-gpu.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/modules/hardware/nvidia-gpu.nix b/system/modules/hardware/nvidia-gpu.nix
deleted file mode 100644
index 9fc34169..00000000
--- a/system/modules/hardware/nvidia-gpu.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ config, pkgs, ... }:
-
-{ services.xserver.videoDrivers = [ "nvidia" ];
-  nixpkgs.config.allowUnfree = true;
-}