Allow kernel to use RDRAND instruction

finchie
Jun 3, 2024, 4:28 PM
VHFPUGPILQEDIWY3XCQ7KNE3Y2GAU5AJGG6VKPIQYQHRVN6FJ2UAC

Dependencies

Change contents

  • edit in configuration.nix at line 84
    [5.74]
    [2.3604]
    # Allow RDRAND instruction
    # Thanks to https://bbs.archlinux.org/viewtopic.php?id=249106
    boot.kernelParams = [ "random.trust_cpu=on" ];