mirror of https://gitlab.crans.org/nounous/nixos
test...
parent
a034ba2955
commit
e95fc3000b
|
|
@ -14,10 +14,10 @@
|
|||
boot.loader.grub.device = "nodev";
|
||||
|
||||
boot.loader.grub.mirroredBoots = [
|
||||
{
|
||||
devices = ["/dev/sdi"];
|
||||
path = "/boot";
|
||||
}
|
||||
# {
|
||||
# devices = ["/dev/sdi"];
|
||||
# path = "/boot";
|
||||
# }
|
||||
{
|
||||
devices = [ "/dev/sdj" ];
|
||||
path = "/boot-fallback";
|
||||
|
|
|
|||
Loading…
Reference in New Issue