1
1
Fork 0

Revert "Setup ERP software"

Couldn't get it to work quickly on Linode machin

This reverts commit 5a627ca0e3.
main
Bill Ewanick 2024-01-25 10:02:58 -05:00
parent 5a627ca0e3
commit fbf11fb58b
2 changed files with 0 additions and 15 deletions

View File

@ -11,8 +11,6 @@
./fancytypist.com.nix
./hydra.fancyTypist.com.nix
./erp.fancyTypist.dev.nix
];
# when in doubt, clear away the certs with

View File

@ -1,13 +0,0 @@
{
services.dolibarr = {
enable = true;
domain = "erp.fancyTypist.dev";
database.passwordFile = "/run/keys/dolibarr-db-ini-password";
nginx = {
forceSSL = true;
enableACME = true;
};
};
networking.firewall.allowedTCPPorts = [ 80 ];
}