nixos/trilium-server: add myself as maintainer

This commit is contained in:
FliegendeWurst 2021-05-17 14:36:19 +02:00
parent c79d7252ce
commit 7cb492fb13

View file

@ -28,7 +28,7 @@ in
type = types.str;
default = "/var/lib/trilium";
description = ''
The directory storing the nodes database and the configuration.
The directory storing the notes database and the configuration.
'';
};
@ -85,7 +85,7 @@ in
config = lib.mkIf cfg.enable (lib.mkMerge [
{
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = with lib.maintainers; [ fliegendewurst ];
users.groups.trilium = {};
users.users.trilium = {