nixos-config: updste steveej-live-usb
This commit is contained in:
parent
3874647273
commit
ceecf7b412
3 changed files with 153 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue