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

@ -21,7 +21,7 @@
boot.extraModulePackages = [ ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.canTouchEfiVariables = false;
fileSystems."/boot" = {
device = "/dev/disk/by-id/usb-SCSI_DISK_9E216FC57FBD4AE1-0:0-part2";
@ -47,6 +47,7 @@
boot.loader.grub = {
device = "/dev/disk/by-id/usb-SCSI_DISK_9E216FC57FBD4AE1-0:0";
efiSupport = true;
efiInstallAsRemovable = true;
};
boot.initrd.luks.devices = [ {