[NixOS] Use https address to access gitea from runner
This commit is contained in:
parent
48ae2232a8
commit
b86aa4d93b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user