fix: add catchall to module args
This commit is contained in:
parent
f30ba6a566
commit
e845f3468a
|
@ -1,4 +1,4 @@
|
|||
{ config, lib }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
options.aether.deploy.rpi5 = {
|
||||
kernelPackages = lib.mkOption {
|
||||
|
|
Loading…
Reference in a new issue