reinstall
nix flake show / show-flake (push) Successful in 26s

This commit is contained in:
smayzy
2025-07-27 17:12:26 +02:00
parent 6d83bd12d9
commit 39ab82ae47
2 changed files with 30 additions and 40 deletions
-9
View File
@@ -29,13 +29,4 @@
system.stateVersion = "24.11";
boot.loader.grub.extraEntries = ''
menuentry "Archlinux" {
insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root 07CA-4966
chainloader /EFI/BOOT/BOOTX64.EFI
}
'';
}