utility/images: fix unrelated options being part of 'integrations'

This commit is contained in:
Frothy 2024-02-17 17:11:58 -05:00 committed by NotAShelf
parent d7878b525c
commit a6b133124d
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -59,6 +59,7 @@ in {
this will be scaled down to fit within this width.
'';
};
};
maxHeight = mkOption {
type = with types; nullOr int;
@ -111,6 +112,4 @@ in {
};
};
};
};
}