diff --git a/modules.nix b/modules.nix index bd0c6e0..e36ade2 100644 --- a/modules.nix +++ b/modules.nix @@ -138,6 +138,7 @@ in { module = mkOption { description = "Name of the module to use"; type = types.str; + default = config.name; }; }; }));