From d7930fbc693902583d5d7118fe1763b047228ac4 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sat, 27 Apr 2024 23:28:08 -0400 Subject: [PATCH] add warn --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a4c54a8..ffe0d16 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,9 @@ We will need to copy some things over from `configuration.nix`, namely boot rela boot.loader.grub.device = "/dev/vda"; # the device to change ``` +> [!WARN] +> DO NOT COPY THIS CODE, THIS IS JUST AN EXAMPLE OF WHAT TO LOOK FOR + Make sure the device targets the correct drive for your EFI to be installed on. Finally, add the following to `flake.nix` (somewhere around line 100).