update warning

This commit is contained in:
zackartz 2024-04-27 23:28:31 -04:00
parent d7930fbc69
commit 385f4e01e1
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -121,7 +121,7 @@ We will need to copy some things over from `configuration.nix`, namely boot rela
boot.loader.grub.device = "/dev/vda"; # the device to change boot.loader.grub.device = "/dev/vda"; # the device to change
``` ```
> [!WARN] > [!WARNING]
> DO NOT COPY THIS CODE, THIS IS JUST AN EXAMPLE OF WHAT TO LOOK FOR > 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. Make sure the device targets the correct drive for your EFI to be installed on.