mini_nixcfg/imports/hedgedoc.nix
2025-05-24 23:03:40 -04:00

11 lines
175 B
Nix

{ config, lib, pkgs, ... }:
{
services.hedgedoc = {
enable = true;
settings = {
domain = "hedgedoc.mymarseille.duckdns.org";
port = 8001;
};
};
}