fix the int to string issue
This commit is contained in:
parent
545e3d17a9
commit
7e60e9f24a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
(lib.mkIf (config.myModules.enableForgejo && config.myModules.enableCaddy) {
|
||||
services.caddy.virtualHosts."git.osbm.dev" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy pochita.curl-boga.ts.net:${config.services.forgejo.settings.server.HTTP_PORT}
|
||||
reverse_proxy pochita.curl-boga.ts.net:${toString config.services.forgejo.settings.server.HTTP_PORT}
|
||||
# acme_dns cloudflare {env.CF_API_TOKEN}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue