localbackup: add missing config arg to submodule

This commit is contained in:
Jörg Thalheim
2024-03-26 11:41:03 +01:00
parent dca1eee3a3
commit bd989085ac

View File

@@ -43,7 +43,7 @@ in
targets = lib.mkOption { targets = lib.mkOption {
type = lib.types.attrsOf ( type = lib.types.attrsOf (
lib.types.submodule ( lib.types.submodule (
{ name, ... }: { name, config, ... }:
{ {
options = { options = {
name = lib.mkOption { name = lib.mkOption {