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 {
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user