mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 07:59:43 +00:00
- Enable trilium-server on 127.0.0.1:8080 - Update Caddy to proxy trilium
7 lines
99 B
Nix
7 lines
99 B
Nix
{
|
|
services.trilium-server = {
|
|
enable = true;
|
|
host = "127.0.0.1";
|
|
port = 8080;
|
|
};
|
|
}
|