nixos-config: updste steveej-live-usb

This commit is contained in:
steveej 2018-10-28 14:00:47 +01:00
parent 3874647273
commit ceecf7b412
3 changed files with 153 additions and 12 deletions

View file

@ -4,9 +4,11 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
# Bootloader, initrd and Kernel
boot.loader.grub.enable = true;
boot.loader.grub.enableCryptodisk = true;
boot.loader.grub.version = 2;
boot.loader.grub = {
enable = true;
enableCryptodisk = true;
version = 2;
};
# workaround to disable CPU wining
# current CPU has 9 idle cstates.