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