gerg-desktop: go back to grub and enable plymouth

This commit is contained in:
Gerg-L 2023-11-05 00:55:34 -04:00
parent 98c547492f
commit 928040c5cf
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 2 additions and 762 deletions

View file

@ -54,20 +54,13 @@ _:
'';
};
};
plymouth.enable = false;
loader = {
generationsDir.copyKernels = true;
#override default
systemd-boot = {
enable = true;
mirroredBoots = [
"/efi0E"
"/efi22"
];
};
systemd-boot.enable = false;
efi.canTouchEfiVariables = false;
grub = {
enable = false;
enable = true;
copyKernels = true;
efiInstallAsRemovable = true;
efiSupport = true;