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