Compare commits
3 Commits
230315f0f6
...
7d294ac8b1
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d294ac8b1 | |||
| 0f6af3cf48 | |||
| 6e49715a28 |
@ -50,4 +50,21 @@
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
boot.loader.grub.extraEntries = ''
|
||||
menuentry "Arch" {
|
||||
insmod part_gpt
|
||||
insmod ext2
|
||||
search --no-floppy --fs-uuid --set=root f64bf53c-c989-4e38-9a97-aaadcb36d428
|
||||
linux /boot/vmlinuz-linux root=UUID=f64bf53c-c989-4e38-9a97-aaadcb36d428
|
||||
initrd /boot/initramfs-linux.img
|
||||
}
|
||||
menuentry "Gentoo" {
|
||||
insmod part_gpt
|
||||
insmod ext2
|
||||
search --no-floppy --fs-uuid --set=root ad8fa502-d3dc-4999-abce-17a09a9cb779
|
||||
linux /boot/vmlinuz-6.12.47-gentoo-dist root=UUID=ad8fa502-d3dc-4999-abce-17a09a9cb779
|
||||
initrd /boot/initramfs-6.12.47-gentoo-dist.img
|
||||
}
|
||||
'';
|
||||
|
||||
}
|
||||
|
||||
@ -19,7 +19,6 @@ with lib;
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.useOSProber = true;
|
||||
boot.loader.grub.device = "nodev";
|
||||
|
||||
boot.loader.grub.efiInstallAsRemovable = config.smayzy.grub-on-lap.enable;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user