about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-24 18:21:16 +0200
committerBaitinq <[email protected]>2022-06-24 18:21:16 +0200
commitef45bad7413f692632bc45a92ec5d52b0f6ad68c (patch)
treeb1ee49e563e969ad4a517a99d97bffda07d6ae36
parentFixed bug with overlays being inside their own directory (diff)
downloadnixos-config-ef45bad7413f692632bc45a92ec5d52b0f6ad68c.tar.gz
nixos-config-ef45bad7413f692632bc45a92ec5d52b0f6ad68c.tar.bz2
nixos-config-ef45bad7413f692632bc45a92ec5d52b0f6ad68c.zip
Nvidia: Remove modesetting
-rw-r--r--hosts/phobos/hardware.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix
index c984d99..0ed7cec 100644
--- a/hosts/phobos/hardware.nix
+++ b/hosts/phobos/hardware.nix
@@ -42,7 +42,6 @@ in
     };
 
     nvidia = {
-      modesetting.enable = true;
       prime = {
         sync.enable = true;