diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index ca020fc..136b045 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -58,6 +58,13 @@ 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 + } ''; }