[NixOS] Use https address to access gitea from runner

This commit is contained in:
Ivan Malison 2023-10-01 14:09:50 -06:00
parent 48ae2232a8
commit b86aa4d93b

View File

@ -34,7 +34,7 @@ makeEnable config "modules.gitea-runner" false {
];
enable = true;
name = config.networking.hostName;
url = "http://1896Folsom.duckdns.org:3000";
url = "https://1896Folsom.duckdns.org:3000";
tokenFile = config.age.secrets.gitea-runner-token.path;
labels = [
"nixos-${pkgs.system}:host"