diff --git a/hardware/nvidia/opensource.nix b/hardware/nvidia/opensource.nix index 7435865..21393ad 100644 --- a/hardware/nvidia/opensource.nix +++ b/hardware/nvidia/opensource.nix @@ -6,7 +6,7 @@ in { options.aviallon.hardware.nvidia.nouveau = { config = mkOption { description = "nouveau boot config"; - type = with types; attrsOf (nullOr (oneOf [ int string bool ])); + type = with types; attrsOf (nullOr (oneOf [ int str bool ])); example = { NvBoost = 1; }; default = {}; };