aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-21 16:13:58 +0000
committerAkshay <[email protected]>2023-01-21 16:13:58 +0000
commit147b6f12adf59eaa699ebb3d56d2f1c6dfb26c48 (patch)
tree99e08434a0fbda567d5d529426ea9c9d0754b4d8
parentb34013d97e9c5872111c75e8c4ef6c8977971990 (diff)
disable nvidia
-rw-r--r--hosts/myrtle/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix
index 7539696..8803649 100644
--- a/hosts/myrtle/configuration.nix
+++ b/hosts/myrtle/configuration.nix
@@ -94,7 +94,7 @@
94 services.xserver = { 94 services.xserver = {
95 enable = true; 95 enable = true;
96 layout = "us"; 96 layout = "us";
97 videoDrivers = [ "nvidia" ]; 97 # videoDrivers = [ "nvidia" ];
98 displayManager.startx.enable = true; 98 displayManager.startx.enable = true;
99 libinput.enable = true; 99 libinput.enable = true;
100 }; 100 };