mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
gerg-desktop: go back to grub and enable plymouth
This commit is contained in:
parent
98c547492f
commit
928040c5cf
3 changed files with 2 additions and 762 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue