From 2cd7f932ebbd67a579229a5fc24ef5e091df80d9 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 27 Feb 2024 19:47:46 +0000 Subject: [PATCH] alignment may be null --- modules/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware.nix b/modules/hardware.nix index 44afc3a..819bbb0 100644 --- a/modules/hardware.nix +++ b/modules/hardware.nix @@ -67,7 +67,7 @@ in { }; loadAddress = mkOption { type = types.ints.unsigned; default = null; }; entryPoint = mkOption { type = types.ints.unsigned; }; - alignment = mkOption { type = types.ints.unsigned; default = null; description = "Alignment passed to `mkimage` for FIT"; }; + alignment = mkOption { type = types.nullOr types.ints.unsigned; default = null; description = "Alignment passed to `mkimage` for FIT"; }; radios = mkOption { description = '' Kernel modules (from mac80211 package) required for the