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