systemd-boot: copy the entire bootloader to the second disc on every switch
This commit is contained in:
parent
c534e2a8e1
commit
be638b274d
2 changed files with 12 additions and 2 deletions
|
@ -45,6 +45,11 @@
|
|||
device = "/dev/disk/by-uuid/3278-8D00";
|
||||
fsType = "vfat";
|
||||
};
|
||||
fileSystems."/boot2" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/3366-F71E";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue