diff --git a/nix/nixos-modules/hwCommon.nix b/nix/nixos-modules/hwCommon.nix index 0b68faf..45c484b 100644 --- a/nix/nixos-modules/hwCommon.nix +++ b/nix/nixos-modules/hwCommon.nix @@ -24,10 +24,10 @@ in This setting is required when using generalizing options like option{hardware.cpu.updateMicrocode}. ''; - type = with lib.types; nullOr enum [ + type = with lib.types; nullOr (enum [ "amd" "intel" - ]; + ]); # required };