Properly enabled EFI and re-added encryption to the disk
This commit is contained in:
@ -8,6 +8,11 @@
|
||||
efiSupport = true;
|
||||
};
|
||||
|
||||
boot.loader.efi = {
|
||||
efiSysMountPoint = "/boot/efi";
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/mapper/root";
|
||||
fsType = "ext4";
|
||||
|
Reference in New Issue
Block a user