mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-05-07 13:36:24 +00:00
7 lines
99 B
Nix
7 lines
99 B
Nix
{
|
|
services.trilium-server = {
|
|
enable = true;
|
|
host = "127.0.0.1";
|
|
port = 8080;
|
|
};
|
|
}
|