Jump to content

Dual Booting NixOS and Windows: Difference between revisions

m
no edit summary
imported>Iopq
(efi setup as default)
imported>Niscolas
mNo edit summary
Line 12: Line 12:
   # ...
   # ...
   boot.loader.grub.enable = true;
   boot.loader.grub.enable = true;
 
  # in recent versions of Nix, this does not have any effect,
  # please remove it from your configuration.
  # see: https://github.com/NixOS/nixpkgs/commit/131932345840e5ec9c4f37fd767119a793faf048#diff-713d422d999999a630d109add2653608eb7eacade640f61f781ec521c47afb7eR807
   boot.loader.grub.version = 2;
   boot.loader.grub.version = 2;
   boot.loader.grub.device = "nodev";
   boot.loader.grub.device = "nodev";
   boot.loader.grub.useOSProber = true;
   boot.loader.grub.useOSProber = true;
Anonymous user