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

View file

@ -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 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. 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). Finally, add the following to `flake.nix` (somewhere around line 100).