vaultwarden and postgresql

This commit is contained in:
tristan 2025-05-24 23:03:40 -04:00
parent d0c72f5d3c
commit 55eb4f5ddc
10 changed files with 228 additions and 24 deletions

11
imports/hedgedoc.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
services.hedgedoc = {
enable = true;
settings = {
domain = "hedgedoc.mymarseille.duckdns.org";
port = 8001;
};
};
}