trilium & authelia setup
Some checks failed
/ perform flake analysis (push) Has been cancelled
/ build hive configuration (push) Failing after 22m46s

This commit is contained in:
2026-01-29 09:45:10 +01:00
parent d7c765b80e
commit b5aa64e74a
8 changed files with 120 additions and 78 deletions

View File

@@ -1 +1,9 @@
{ ... }: { }
{ ... }:
{
services.trilium-server = {
enable = true;
port = 12783;
host = "0.0.0.0";
noAuthentication = true;
};
}