forked from DGNum/infrastructure
12 lines
159 B
Nix
12 lines
159 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
services.dolibarr = {
|
||
|
enable = true;
|
||
|
domain = "erp.dgnum.eu";
|
||
|
nginx = {
|
||
|
forceSSL = true;
|
||
|
enableACME = true;
|
||
|
};
|
||
|
};
|
||
|
}
|