mirror of https://gitlab.crans.org/nounous/nixos
et maintenant ?
parent
e95fc3000b
commit
898b425a1d
|
|
@ -9,11 +9,11 @@
|
||||||
networking.hostId = "121cdcb4";
|
networking.hostId = "121cdcb4";
|
||||||
networking.hostName = "cephiroth";
|
networking.hostName = "cephiroth";
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub = {
|
||||||
boot.loader.grub.efiSupport = true;
|
enable = true;
|
||||||
boot.loader.grub.device = "nodev";
|
efiSupport = true;
|
||||||
|
device = "nodev";
|
||||||
boot.loader.grub.mirroredBoots = [
|
mirroredBoots = [
|
||||||
# {
|
# {
|
||||||
# devices = ["/dev/sdi"];
|
# devices = ["/dev/sdi"];
|
||||||
# path = "/boot";
|
# path = "/boot";
|
||||||
|
|
@ -23,6 +23,8 @@
|
||||||
path = "/boot-fallback";
|
path = "/boot-fallback";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
devices = ["/dev/sdi" "/dev/sdj"];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
crans = {
|
crans = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue