Update nixos/configuration.nix
This commit is contained in:
parent
bc54cdcbdf
commit
25550ca7d1
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev"; # nodev позволяет не устанавливать grub в конкретное место, но видеть его ui
|
device = "nodev"; # nodev позволяет не устанавливать grub в конкретное место, но видеть его ui
|
||||||
|
useOSProber = true; # Сам находит соседние ОС и добавляет в grub
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue