Revert "Setup ERP software"
Couldn't get it to work quickly on Linode machin
This reverts commit 5a627ca0e3
.
main
parent
5a627ca0e3
commit
fbf11fb58b
|
@ -11,8 +11,6 @@
|
|||
|
||||
./fancytypist.com.nix
|
||||
./hydra.fancyTypist.com.nix
|
||||
|
||||
./erp.fancyTypist.dev.nix
|
||||
];
|
||||
|
||||
# when in doubt, clear away the certs with
|
||||
|
|
|
@ -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 ];
|
||||
}
|
Loading…
Reference in New Issue