Loading pkgs/os-specific/linux/kernel/common-config.nix +2 −0 Original line number Diff line number Diff line Loading @@ -825,6 +825,8 @@ let whenOlder "6.2" yes ); # allow RDRAND to seed the RNG RANDOM_TRUST_BOOTLOADER = whenOlder "6.2" yes; # allow the bootloader to seed the RNG # only when compiled as yes, TPM 2.0 will automatically seed the kernel RNG HW_RANDOM = yes; MODULE_SIG = no; # r13y, generates a random key during build and bakes it in # Depends on MODULE_SIG and only really helps when you sign your modules Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +2 −0 Original line number Diff line number Diff line Loading @@ -825,6 +825,8 @@ let whenOlder "6.2" yes ); # allow RDRAND to seed the RNG RANDOM_TRUST_BOOTLOADER = whenOlder "6.2" yes; # allow the bootloader to seed the RNG # only when compiled as yes, TPM 2.0 will automatically seed the kernel RNG HW_RANDOM = yes; MODULE_SIG = no; # r13y, generates a random key during build and bakes it in # Depends on MODULE_SIG and only really helps when you sign your modules Loading