diff options
author | Akshay <[email protected]> | 2023-01-21 16:13:58 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-21 16:13:58 +0000 |
commit | 147b6f12adf59eaa699ebb3d56d2f1c6dfb26c48 (patch) | |
tree | 99e08434a0fbda567d5d529426ea9c9d0754b4d8 /hosts/myrtle | |
parent | b34013d97e9c5872111c75e8c4ef6c8977971990 (diff) |
disable nvidia
Diffstat (limited to 'hosts/myrtle')
-rw-r--r-- | hosts/myrtle/configuration.nix | 2 |
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 | }; |