stable somewhat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user