nix-config/modules/services/trilium-server.nix

7 lines
99 B
Nix

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