fix scheme

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-12 23:08:04 +01:00
parent dd1495ebf4
commit 3d62d3a0e5
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -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 {