From 8b6aa2134e72a62a5e491eb92730873bfd51d392 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 30 Jun 2024 17:50:45 +0100 Subject: [PATCH] zyxel dual image; restore deleted params --- modules/zyxel-dual-image/service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/zyxel-dual-image/service.nix b/modules/zyxel-dual-image/service.nix index b711d1a..3edd642 100644 --- a/modules/zyxel-dual-image/service.nix +++ b/modules/zyxel-dual-image/service.nix @@ -3,7 +3,7 @@ , lib , zyxel-bootconfig }: -{ ensureActiveImage, bootConfigurationMtdPartition, kernelCommandLineSource }: +{ ensureActiveImage, primaryMtdPartition, secondaryMtdPartition, bootConfigurationMtdPartition, kernelCommandLineSource }: let inherit (liminix.services) oneshot; activeImageIndex = if ensureActiveImage == "primary" then 0 else 1;