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;