Merge pull request 'localbackup: add missing config arg to submodule' (#1042) from Mic92-main into main
This commit is contained in:
@@ -43,7 +43,7 @@ in
|
||||
targets = lib.mkOption {
|
||||
type = lib.types.attrsOf (
|
||||
lib.types.submodule (
|
||||
{ name, ... }:
|
||||
{ name, config, ... }:
|
||||
{
|
||||
options = {
|
||||
name = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user