nix-config/hosts/vps/modules/services/trilium-server.nix
lightly-toasted 998f0faab6 feat(vps): add trilium server
- Enable trilium-server on 127.0.0.1:8080
- Update Caddy to proxy trilium
2025-10-17 22:42:46 +09:00

7 lines
99 B
Nix

{
services.trilium-server = {
enable = true;
host = "127.0.0.1";
port = 8080;
};
}