Skip to content

Instantly share code, notes, and snippets.

@Frostman
Created January 10, 2020 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frostman/8d926872b7a1efa2348f1308a554d392 to your computer and use it in GitHub Desktop.
Save Frostman/8d926872b7a1efa2348f1308a554d392 to your computer and use it in GitHub Desktop.
Test Nix conf
#boot.loader.grub.device = "nodev";
#boot.loader.grub.devices = [];
boot.loader.grub.mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot1"; efiSysMountPoint = "/boot1"; }
{ devices = [ "nodev" ]; path = "/boot2"; efiSysMountPoint = "/boot2"; }
{ devices = [ "nodev" ]; path = "/boot3"; efiSysMountPoint = "/boot3"; }
{ devices = [ "nodev" ]; path = "/boot4"; efiSysMountPoint = "/boot4"; }
{ devices = [ "nodev" ]; path = "/boot5"; efiSysMountPoint = "/boot5"; }
{ devices = [ "nodev" ]; path = "/boot6"; efiSysMountPoint = "/boot6"; }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment