caliban: force mirroredBoots list
For some reason another device is leaking in. We're forcing this now to fix the situation before we continue investigation of the root cause.
Martin Weinelt committed
Apr 24, 2025 at 00:36 UTC
c22fdb4f61dbc1b9b2f58460f6221cd6e5ef08e8
1 file changed
+7
-2
non-critical-infra/hosts/caliban/default.nix
+7
-2
@@ -1,4 +1,9 @@
1
-{ config, inputs, ... }:
1
+{
2
+ config,
3
+ inputs,
4
+ lib,
5
+ ...
6
+}:
7
8
{
9
imports = [
@@ -30,7 +35,7 @@
35
36
# Bootloader.
37
boot.loader.grub.enable = true;
33
- boot.loader.grub.mirroredBoots = [
38
+ boot.loader.grub.mirroredBoots = lib.mkForce [
39
{
40
path = "/boot-1";
41
devices = [ "/dev/disk/by-id/nvme-SAMSUNG_MZQL23T8HCLS-00A07_S64HNJ0T508051" ];