10 lines
136 B
Nix
10 lines
136 B
Nix
{ ... }:
|
|
{
|
|
services.trilium-server = {
|
|
enable = true;
|
|
port = 12783;
|
|
host = "0.0.0.0";
|
|
noAuthentication = true;
|
|
};
|
|
}
|