fix: assertions
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
f5659c14d8
commit
c3e19aae29
5 changed files with 15 additions and 4 deletions
|
|
@ -126,8 +126,14 @@ in
|
|||
|
||||
boot.loader.grub = {
|
||||
device = disk1;
|
||||
|
||||
version = 2;
|
||||
zfsSupport = true;
|
||||
efiSupport = true;
|
||||
mirroredBoots = [
|
||||
{
|
||||
devices = [ disk1 ];
|
||||
path = "/boot";
|
||||
}
|
||||
{
|
||||
devices = [ disk2 ];
|
||||
path = "/boot-fallback";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue