Properly enabled EFI and re-added encryption to the disk

This commit is contained in:
2025-03-20 23:20:11 +00:00
parent 4d4dff45ee
commit ad1b628bce
2 changed files with 11 additions and 5 deletions

View File

@ -8,6 +8,11 @@
efiSupport = true;
};
boot.loader.efi = {
efiSysMountPoint = "/boot/efi";
canTouchEfiVariables = true;
};
fileSystems."/" = {
device = "/dev/mapper/root";
fsType = "ext4";