From fbf11fb58bdc5a4e3f5bdea658d7575e5358d6d8 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Thu, 25 Jan 2024 10:02:58 -0500 Subject: [PATCH] Revert "Setup ERP software" Couldn't get it to work quickly on Linode machin This reverts commit 5a627ca0e334e76794be36e10cedf29e2e10aae0. --- nixos-apps/default.nix | 2 -- nixos-apps/erp.fancyTypist.dev.nix | 13 ------------- 2 files changed, 15 deletions(-) delete mode 100644 nixos-apps/erp.fancyTypist.dev.nix diff --git a/nixos-apps/default.nix b/nixos-apps/default.nix index 50c44ad..8c5e9e2 100644 --- a/nixos-apps/default.nix +++ b/nixos-apps/default.nix @@ -11,8 +11,6 @@ ./fancytypist.com.nix ./hydra.fancyTypist.com.nix - - ./erp.fancyTypist.dev.nix ]; # when in doubt, clear away the certs with diff --git a/nixos-apps/erp.fancyTypist.dev.nix b/nixos-apps/erp.fancyTypist.dev.nix deleted file mode 100644 index 9e0f56d..0000000 --- a/nixos-apps/erp.fancyTypist.dev.nix +++ /dev/null @@ -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 ]; -}