Revert "Setup ERP software"
Couldn't get it to work quickly on Linode machin
This reverts commit 5a627ca0e3.
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
Reference in New Issue
Block a user