11 lines
184 B
Nix
11 lines
184 B
Nix
{ ... }:
|
|
{
|
|
services.trilium-server = {
|
|
enable = true;
|
|
port = 12783;
|
|
host = "0.0.0.0";
|
|
# noAuthentication = true;
|
|
environmentFile = "/secrets/trilium.env";
|
|
};
|
|
}
|