Setup ERP software
parent
597ac21390
commit
5a627ca0e3
|
@ -11,6 +11,8 @@
|
|||
|
||||
./fancytypist.com.nix
|
||||
./hydra.fancyTypist.com.nix
|
||||
|
||||
./erp.fancyTypist.dev.nix
|
||||
];
|
||||
|
||||
# when in doubt, clear away the certs with
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
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