forked from DGNum/infrastructure
4850098fb6
This is required for various services we will need, e.g. accounting and more.
11 lines
159 B
Nix
11 lines
159 B
Nix
{ ... }:
|
|
{
|
|
services.dolibarr = {
|
|
enable = true;
|
|
domain = "erp.dgnum.eu";
|
|
nginx = {
|
|
forceSSL = true;
|
|
enableACME = true;
|
|
};
|
|
};
|
|
}
|