See https://github.com/NixOS/nixpkgs/pull/124431#issuecomment-
886766733
boot.extraModulePackages = [
#config.boot.kernelPackages.exfat-nofuse
];
+/*
+boot.loader.efi = {
+ canTouchEfiVariables = true;
+ efiSysMountPoint = "/boot/efi";
+};
+*/
+# No pstore backend available on this system.
+systemd.services.mount-pstore.enable = false;
boot.loader.grub = {
enable = true;
version = 2;
device = "/dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAFC36436X";
configurationLimit = 3;
+
#zfsSupport = true;
- /*
- efiSupport = true;
- efi = {
- canTouchEfiVariables = false;
- efiSysMountPoint = "/boot/efi";
- };
- */
+ #efiSupport = true;
#enableCryptodisk = true;
};
boot.extraModulePackages = [
#config.boot.kernelPackages.exfat-nofuse
];
+# No pstore backend available on this system.
+systemd.services.mount-pstore.enable = false;
boot.loader.grub = {
enable = true;
version = 2;
device = "/dev/disk/by-id/ata-CT250MX500SSD1_2004E2849DD1";
configurationLimit = 3;
- #zfsSupport = true;
- /*
- efiSupport = true;
- efi = {
- canTouchEfiVariables = false;
- efiSysMountPoint = "/boot/efi";
- };
- */
- #enableCryptodisk = true;
};
services.acpid = {
enable = true;