Merge pull request 'localbackup: add missing config arg to submodule' (#1042) from Mic92-main into main

This commit is contained in:
clan-bot
2024-03-26 10:47:35 +00:00

View File

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