diff --git a/hosts/physiques/cephiroth/default.nix b/hosts/physiques/cephiroth/default.nix index cf0f0be..196ed0a 100644 --- a/hosts/physiques/cephiroth/default.nix +++ b/hosts/physiques/cephiroth/default.nix @@ -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 = {