nixos/woodpecker: fix documentation links (#427705)

authored by kiara and committed by GitHub 103ee4e1 de73477e

+2 -2
+1 -1
nixos/modules/services/continuous-integration/woodpecker/agents.nix
··· 24 DOCKER_HOST = "unix:///run/podman/podman.sock"; 25 } 26 ''; 27 - description = "woodpecker-agent config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/agent-config)"; 28 }; 29 30 extraGroups = lib.mkOption {
··· 24 DOCKER_HOST = "unix:///run/podman/podman.sock"; 25 } 26 ''; 27 + description = "woodpecker-agent config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/configuration/agent)"; 28 }; 29 30 extraGroups = lib.mkOption {
+1 -1
nixos/modules/services/continuous-integration/woodpecker/server.nix
··· 27 WOODPECKER_GITEA_URL = "https://git.example.com"; 28 } 29 ''; 30 - description = "woodpecker-server config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/server-config)"; 31 }; 32 environmentFile = lib.mkOption { 33 type = with lib.types; coercedTo path (f: [ f ]) (listOf path);
··· 27 WOODPECKER_GITEA_URL = "https://git.example.com"; 28 } 29 ''; 30 + description = "woodpecker-server config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/configuration/server)"; 31 }; 32 environmentFile = lib.mkOption { 33 type = with lib.types; coercedTo path (f: [ f ]) (listOf path);