mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
module/hedgedoc: make as module
This commit is contained in:
parent
de21c8401d
commit
ecfe844e5f
2 changed files with 69 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.hedgedoc = {
|
||||
enable = true;
|
||||
configuration = {
|
||||
domain = "notes.buehler.rocks";
|
||||
protocolUseSSL = true;
|
||||
db = {
|
||||
dialect = "sqlite";
|
||||
storage = "/var/lib/hedgedoc/db.hedgedoc.sqlite";
|
||||
};
|
||||
};
|
||||
};
|
||||
webapps.apps.hedgedoc = {
|
||||
dashboard = {
|
||||
name = "Hedgedoc";
|
||||
category = "app";
|
||||
icon = "edit";
|
||||
link = "https://notes.buehler.rocks";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue