From 63cdeb81914331ccbfc268b674849075e7dec67c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 4 Dec 2021 15:06:36 +0000 Subject: [PATCH] Add Nvidia modesetting for some reason? --- hosts/dingbox/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/dingbox/configuration.nix b/hosts/dingbox/configuration.nix index 8587f88..95bef32 100644 --- a/hosts/dingbox/configuration.nix +++ b/hosts/dingbox/configuration.nix @@ -23,6 +23,8 @@ }; + hardware.nvidia.modesetting.enable = true; + networking.hostName = "dingbox"; # Define your hostname. networking.interfaces.enp5s0.useDHCP = true; networking.interfaces.wlp6s0.useDHCP = true;