nixos-mods: extend description of when hardware.cpu.type must be set

secrix-issue25
Felix Stupp 3 months ago
parent bc47fe75b4
commit 2535116e5d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -19,7 +19,10 @@ in
type = lib.mkOption { type = lib.mkOption {
description = '' description = ''
Configures the CPU type to expect this configuration to run on Configures the CPU type to expect this configuration to run on.
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" "amd"

Loading…
Cancel
Save