nixConfig/nixos/machines/nyarlathotep/boot.nix

9 lines
91 B
Nix
Raw Normal View History

{
imports = [ ];
boot.loader.grub = {
device = "nodev";
enable = true;
};
}