stable somewhat
analysis.yaml / perform flake analysis (push) Failing after 1m9s
deploy.yaml / build hive configuration (push) Failing after 30s

This commit is contained in:
2026-09-11 14:43:20 +02:00
parent f5e3ef7c5b
commit 95ddd2d8e9
14 changed files with 380 additions and 115 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
{ ... }:
{ inputs, pkgs, ... }:
let
unstable = import inputs.unstable { system = pkgs.stdenv.system; };
in
{
services.trilium-server = {
enable = true;
package = unstable.trilium-server;
port = 12783;
host = "0.0.0.0";
# noAuthentication = true;