mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
10 lines
167 B
Nix
10 lines
167 B
Nix
{
|
|
services.caddy = {
|
|
enable = true;
|
|
|
|
# zipline
|
|
virtualHosts."i.toast.name".extraConfig = ''
|
|
reverse_proxy http://127.0.0.1:3000
|
|
'';
|
|
};
|
|
}
|