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.device = "nodev";
|
||||||
|
|
||||||
boot.loader.grub.mirroredBoots = [
|
boot.loader.grub.mirroredBoots = [
|
||||||
{
|
# {
|
||||||
devices = ["/dev/sdi"];
|
# devices = ["/dev/sdi"];
|
||||||
path = "/boot";
|
# path = "/boot";
|
||||||
}
|
# }
|
||||||
{
|
{
|
||||||
devices = [ "/dev/sdj" ];
|
devices = [ "/dev/sdj" ];
|
||||||
path = "/boot-fallback";
|
path = "/boot-fallback";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue