From e95fc3000bdff0676d9e8530fadb387389d15071 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Mon, 26 Jan 2026 23:33:26 +0100 Subject: [PATCH] test... --- hosts/physiques/cephiroth/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/physiques/cephiroth/default.nix b/hosts/physiques/cephiroth/default.nix index e5b0055..cf0f0be 100644 --- a/hosts/physiques/cephiroth/default.nix +++ b/hosts/physiques/cephiroth/default.nix @@ -14,10 +14,10 @@ boot.loader.grub.device = "nodev"; boot.loader.grub.mirroredBoots = [ - { - devices = ["/dev/sdi"]; - path = "/boot"; - } + # { + # devices = ["/dev/sdi"]; + # path = "/boot"; + # } { devices = [ "/dev/sdj" ]; path = "/boot-fallback";