infrastructure/machines/web01/dolibarr.nix

12 lines
159 B
Nix
Raw Normal View History

{ ... }:
{
services.dolibarr = {
enable = true;
domain = "erp.dgnum.eu";
nginx = {
forceSSL = true;
enableACME = true;
};
};
}