Files
homelab/hosts/sin/trilium.nix
Sin Ser'hao b5aa64e74a
Some checks failed
/ perform flake analysis (push) Has been cancelled
/ build hive configuration (push) Failing after 22m46s
trilium & authelia setup
2026-01-29 09:45:10 +01:00

10 lines
136 B
Nix

{ ... }:
{
services.trilium-server = {
enable = true;
port = 12783;
host = "0.0.0.0";
noAuthentication = true;
};
}