et maintenant ?

cephiroth-v3
Lzebulon 2026-01-27 09:39:51 +01:00
parent e95fc3000b
commit 898b425a1d
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 16 additions and 14 deletions

View File

@ -9,20 +9,22 @@
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 = [
# {
# devices = ["/dev/sdi"];
# path = "/boot";
# }
{
devices = [ "/dev/sdj" ];
path = "/boot-fallback";
}
];
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
mirroredBoots = [
# {
# devices = ["/dev/sdi"];
# path = "/boot";
# }
{
devices = [ "/dev/sdj" ];
path = "/boot-fallback";
}
];
devices = ["/dev/sdi" "/dev/sdj"];
};
crans = {