2024-03-24 22:37:16 +01:00
|
|
|
{...}:
|
|
|
|
{
|
2024-03-25 00:18:55 +01:00
|
|
|
services.nginx = {
|
|
|
|
enable = true;
|
|
|
|
clientMaxBodySize = "10g";
|
|
|
|
};
|
|
|
|
services.cloudflared = {
|
|
|
|
enable = true;
|
|
|
|
tunnels = {
|
|
|
|
"tulpan" = {
|
|
|
|
credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json";
|
|
|
|
default = "http_status:404";
|
|
|
|
ingress = {
|
|
|
|
"*.sondell.org" = "http://localhost:80";
|
|
|
|
};
|
2024-03-24 22:37:16 +01:00
|
|
|
};
|
|
|
|
};
|
2024-03-25 00:18:55 +01:00
|
|
|
};
|
2024-03-24 22:37:16 +01:00
|
|
|
}
|