diff --git a/common/gpu/nvidia/ada-lovelace/default.nix b/common/gpu/nvidia/ada-lovelace/default.nix index a922313..67b1b12 100644 --- a/common/gpu/nvidia/ada-lovelace/default.nix +++ b/common/gpu/nvidia/ada-lovelace/default.nix @@ -5,6 +5,6 @@ in { imports = [ ../. ]; - # enable the opensorce drivers if the package supports it + # enable the open source drivers if the package supports it hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware); } diff --git a/common/gpu/nvidia/ampere/default.nix b/common/gpu/nvidia/ampere/default.nix index a922313..67b1b12 100644 --- a/common/gpu/nvidia/ampere/default.nix +++ b/common/gpu/nvidia/ampere/default.nix @@ -5,6 +5,6 @@ in { imports = [ ../. ]; - # enable the opensorce drivers if the package supports it + # enable the open source drivers if the package supports it hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware); } diff --git a/common/gpu/nvidia/turing/default.nix b/common/gpu/nvidia/turing/default.nix index a922313..67b1b12 100644 --- a/common/gpu/nvidia/turing/default.nix +++ b/common/gpu/nvidia/turing/default.nix @@ -5,6 +5,6 @@ in { imports = [ ../. ]; - # enable the opensorce drivers if the package supports it + # enable the open source drivers if the package supports it hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware); }