fix port in glance
This commit is contained in:
parent
7e18c35912
commit
a48910b046
1 changed files with 2 additions and 2 deletions
|
|
@ -98,14 +98,14 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ config.services.glance.port ];
|
||||
networking.firewall.allowedTCPPorts = [ config.services.glance.settings.server.port ];
|
||||
services.cloudflared.tunnels = {
|
||||
"91b13f9b-81be-46e1-bca0-db2640bf2d0a" = {
|
||||
default = "http_status:404";
|
||||
credentialsFile = "/home/osbm/.cloudflared/91b13f9b-81be-46e1-bca0-db2640bf2d0a.json";
|
||||
ingress = {
|
||||
"home.osbm.dev" = {
|
||||
service = "http://localhost:3838";
|
||||
service = "http://localhost:${toString config.services.glance.settings.server.port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue