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