fix scheme
This commit is contained in:
parent
dd1495ebf4
commit
3d62d3a0e5
|
@ -8,8 +8,8 @@ in
|
||||||
options.services.ppForgejoRunner = {
|
options.services.ppForgejoRunner = {
|
||||||
forgeUrl = mkOption {
|
forgeUrl = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "git.${cfgBase.domainName}";
|
default = "https://git.${cfgBase.domainName}";
|
||||||
example = "git.example.com";
|
example = "https://git.example.com";
|
||||||
description = "The domain of the forgejo server";
|
description = "The domain of the forgejo server";
|
||||||
};
|
};
|
||||||
runnerName = mkOption {
|
runnerName = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue