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.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";
# } # }
{ {
devices = [ "/dev/sdj" ]; devices = [ "/dev/sdj" ];
path = "/boot-fallback"; path = "/boot-fallback";
} }
]; ];
devices = ["/dev/sdi" "/dev/sdj"];
};
crans = { crans = {