grub correctly maybe
This commit is contained in:
parent
c2b825502c
commit
867876be63
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
kernelPackages = pkgs.linuxPackages_zen;
|
kernelPackages = pkgs.linuxPackages_zen;
|
||||||
loader = {
|
loader = {
|
||||||
grub = {
|
grub = {
|
||||||
devices = [ "/dev/sda1" ];
|
devices = [ "/dev/sda" ];
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
efiInstallAsRemovable = true;
|
efiInstallAsRemovable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue