From 7d294ac8b1a0c9aa6674703e7295f7d9a64855a0 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 5 Oct 2025 10:54:51 +0200 Subject: [PATCH] add gentoo to desktop1 --- hosts/desktop1/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 + } ''; }