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