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 ]; -}