fix(services/forgejo): add default value for submodule

This commit is contained in:
Michael Thomas 2024-06-26 19:08:05 -04:00
parent 45d5270526
commit a8a7ac2f89

View File

@ -44,6 +44,7 @@ in {
type = types.submodule (_: { type = types.submodule (_: {
options.enable = mkEnableOption "Forgejo Actions"; options.enable = mkEnableOption "Forgejo Actions";
}); });
default = {};
}; };
subdomain = mkOption { subdomain = mkOption {
type = types.str; type = types.str;