diff --git a/pp-forgejo-runner.nix b/pp-forgejo-runner.nix index f647327..e504650 100644 --- a/pp-forgejo-runner.nix +++ b/pp-forgejo-runner.nix @@ -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 {