mirror of https://gitlab.crans.org/nounous/nixos
avec un disque de boot c'est mieux ?
parent
f45f8973d4
commit
d56fd3053b
|
|
@ -14,7 +14,11 @@
|
||||||
|
|
||||||
boot.loader.grub.mirroredBoots = [
|
boot.loader.grub.mirroredBoots = [
|
||||||
{
|
{
|
||||||
devices = [ "nodev" ];
|
devices = ["/dev/sdi"];
|
||||||
|
path = "/boot";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
devices = [ "/dev/sdj" ];
|
||||||
path = "/boot-fallback";
|
path = "/boot-fallback";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue