diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 4ae47d7..65f3abc 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -7,7 +7,7 @@ # Desktop PC specific configuration # RTX 3080 - Enable open-source kernel module for better performance - hardware.nvidia.open = true; + hardware.nvidia.open = lib.mkForce true; networking.hostName = "zeph-desktop";