fix: add catchall to module args

This commit is contained in:
Kiana Sheibani 2024-11-20 01:15:09 -05:00
parent f30ba6a566
commit e845f3468a
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1,4 +1,4 @@
{ config, lib }: { config, lib, ... }:
{ {
options.aether.deploy.rpi5 = { options.aether.deploy.rpi5 = {
kernelPackages = lib.mkOption { kernelPackages = lib.mkOption {