Fix minor typo

This commit is contained in:
Peter Bittner
2025-01-12 20:29:17 +01:00
committed by GitHub
parent 33827d2bd1
commit f275b06323

View File

@@ -204,7 +204,7 @@ of the NixOS manual. The following configuration for `grub` works for both EFI
and BIOS systems. Add this to your configuration.nix, commenting out the
existing lines that configure `systemd-boot`. The entries will look like this:
**Note:** Its not necessary to set `boot.loader.grub.device` here, since Disko
**Note:** It's not necessary to set `boot.loader.grub.device` here, since Disko
will take care of that automatically.
```nix