diff --git a/configuration.nix b/configuration.nix index 9a8c2d4..288e469 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,7 +68,7 @@ }; grub = { enable = true; - device = "nodev"; + #device = "/dev/sdb"; theme = pkgs.nixos-grub2-theme; #useOSProber = true; };