fix(services/forgejo): add default value for submodule
This commit is contained in:
parent
45d5270526
commit
a8a7ac2f89
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user