commit 58a5d68990bbd71b9c611277d5db1557788bd14b parent b7004b3b81fca60d1b9671c432108efcda2d4e4b Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 1 Sep 2023 18:34:50 +0200 Revert try Diffstat:
| M | nixos/worker-1/configuration.nix | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -47,15 +47,6 @@ withOpus = true; }; - discourse = { - runtimeEnv = { - HOME = "/run/discourse/home"; - RAILS_ENV = "production"; - UNICORN_LISTENER = "/run/discourse/sockets/unicorn.sock"; - UNICORN_WORKERS = 6; - }; - }; - permittedInsecurePackages = [ "nodejs-16.20.2" ];