add gentoo to desktop1
All checks were successful
nixos config pipeline / show-flake (push) Successful in 28s
nixos config pipeline / deploy (push) Successful in 46s

This commit is contained in:
smayzy 2025-10-05 10:54:51 +02:00
parent 0f6af3cf48
commit 7d294ac8b1

View File

@ -58,6 +58,13 @@
linux /boot/vmlinuz-linux root=UUID=f64bf53c-c989-4e38-9a97-aaadcb36d428 linux /boot/vmlinuz-linux root=UUID=f64bf53c-c989-4e38-9a97-aaadcb36d428
initrd /boot/initramfs-linux.img 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
}
''; '';
} }