mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
systemd-boot.mirroredBoots
This commit is contained in:
parent
aad807adf6
commit
14a0060b63
3 changed files with 696 additions and 3 deletions
|
|
@ -57,11 +57,16 @@ _: {
|
|||
loader = {
|
||||
generationsDir.copyKernels = true;
|
||||
#override default
|
||||
systemd-boot.enable = false;
|
||||
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
mirroredBoots = [
|
||||
"/efi0E"
|
||||
"/efi22"
|
||||
];
|
||||
};
|
||||
efi.canTouchEfiVariables = false;
|
||||
grub = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
copyKernels = true;
|
||||
efiInstallAsRemovable = true;
|
||||
efiSupport = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue