diff options
author | Rory& <root@rory.gay> | 2024-08-16 05:57:06 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-16 05:57:06 +0200 |
commit | cd6837fbefcff0db29ceada3cf3b5d5dd5731c78 (patch) | |
tree | 9c67024edba259c4f4f8e6eef2a03cb77349e4ea | |
parent | Enable postgres prometheus exporter (diff) | |
download | Rory-Open-Architecture-cd6837fbefcff0db29ceada3cf3b5d5dd5731c78.tar.xz |
Enable irqbalance on Rory-nginx
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 83d7a35..ab8f6a0 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -1,5 +1,4 @@ { - config, pkgs, lib, grapevine, @@ -52,6 +51,8 @@ }; }; + services.irqbalance.enable = true; + environment.memoryAllocator.provider = "jemalloc"; containers."pluralcontactbotpoc" = import ./services/containers/pluralcontactbotpoc/container.nix { |