chore(web01): Remove dolibarr.nix

This commit is contained in:
Tom Hubrecht 2024-12-12 14:00:14 +01:00
parent a2ca441284
commit b2bebdc20d
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q

View file

@ -1,10 +0,0 @@
_: {
services.dolibarr = {
enable = true;
domain = "erp.dgnum.eu";
nginx = {
forceSSL = true;
enableACME = true;
};
};
}