nixos-mods/hwCommon: fix declaring type of hardware.cpu.type

secrix-issue25
Felix Stupp 3 months ago
parent 29582c1a5d
commit b7702ce20f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -24,10 +24,10 @@ in
This setting is required when using generalizing options This setting is required when using generalizing options
like option{hardware.cpu.updateMicrocode}. like option{hardware.cpu.updateMicrocode}.
''; '';
type = with lib.types; nullOr enum [ type = with lib.types; nullOr (enum [
"amd" "amd"
"intel" "intel"
]; ]);
# required # required
}; };

Loading…
Cancel
Save