From 3d62d3a0e5c1bce079ec7bbd19c31efec777d49e Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Mon, 12 Feb 2024 23:08:04 +0100 Subject: [PATCH] fix scheme --- pp-forgejo-runner.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {