From a4319e89d9adf743d5e9d7897d9db99dc7b6a580 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Fri, 13 May 2022 17:41:10 +0200 Subject: add default for config.bundles --- module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module.nix') diff --git a/module.nix b/module.nix index f09fe3f..e60373d 100644 --- a/module.nix +++ b/module.nix @@ -273,6 +273,7 @@ in type = with types; attrsOf (submodule { options = bundleOptions; }); + default = { }; }; oneshots = mkOption { @@ -289,7 +290,7 @@ in default = { }; }; - # ---- output ---- # + # -------- output -------- # serviceSourceDir = mkOption { type = types.raw; -- cgit 1.4.1