lindberg: Reinstate /boot-secondary
All checks were successful
CI / build (push) Successful in 2m58s
All checks were successful
CI / build (push) Successful in 2m58s
This commit is contained in:
parent
24edc73914
commit
3a9454bd92
1 changed files with 5 additions and 5 deletions
|
@ -24,11 +24,11 @@
|
||||||
path = "/boot-primary";
|
path = "/boot-primary";
|
||||||
efiBootloaderId = "NixOS primary";
|
efiBootloaderId = "NixOS primary";
|
||||||
}
|
}
|
||||||
#{
|
{
|
||||||
# devices = [ "nodev" ];
|
devices = [ "nodev" ];
|
||||||
# path = "/boot-secondary";
|
path = "/boot-secondary";
|
||||||
# efiBootloaderId = "NixOS secondary";
|
efiBootloaderId = "NixOS secondary";
|
||||||
#}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue