Fix efi
This commit is contained in:
parent
2f88932e99
commit
d4e290bb35
3 changed files with 6 additions and 0 deletions
|
|
@ -8,9 +8,11 @@
|
||||||
|
|
||||||
# Configure boot loader
|
# Configure boot loader
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
grub = let yorha = pkgs.yorha-grub-theme; in {
|
grub = let yorha = pkgs.yorha-grub-theme; in {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
efiSupport = true;
|
||||||
splashImage = "${yorha}/background.png";
|
splashImage = "${yorha}/background.png";
|
||||||
theme = yorha;
|
theme = yorha;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,11 @@
|
||||||
|
|
||||||
# Configure boot loader
|
# Configure boot loader
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
grub = let yorha = pkgs.yorha-grub-theme; in {
|
grub = let yorha = pkgs.yorha-grub-theme; in {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
efiSupport = true;
|
||||||
splashImage = "${yorha}/background.png";
|
splashImage = "${yorha}/background.png";
|
||||||
theme = yorha;
|
theme = yorha;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,11 @@
|
||||||
|
|
||||||
# Configure boot loader
|
# Configure boot loader
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
grub = let yorha = pkgs.yorha-grub-theme; in {
|
grub = let yorha = pkgs.yorha-grub-theme; in {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
efiSupport = true;
|
||||||
splashImage = "${yorha}/background.png";
|
splashImage = "${yorha}/background.png";
|
||||||
theme = yorha;
|
theme = yorha;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue