Files
homelab/hosts/sin/trilium.nix
T
sin_serhao f5e3ef7c5b
/ perform flake analysis (push) Failing after 3h7m58s
/ build hive configuration (push) Failing after 12m57s
heuuu plein de trucs en vrais
2026-06-22 11:53:37 +02:00

11 lines
184 B
Nix

{ ... }:
{
services.trilium-server = {
enable = true;
port = 12783;
host = "0.0.0.0";
# noAuthentication = true;
environmentFile = "/secrets/trilium.env";
};
}