h: switch to mimalloc for the memory allocator

This commit is contained in:
Aaron Bieber 2023-11-28 14:25:04 -07:00
parent fb22b95ec0
commit 4c195adeb0
No known key found for this signature in database

View File

@ -207,23 +207,26 @@ in
};
};
environment.systemPackages = with pkgs; [
inetutils
environment = {
memoryAllocator.provider = "mimalloc";
systemPackages = with pkgs; [
inetutils
# irc
weechat
weechatScripts.highmon
aspell
aspellDicts.en
icbirc
# irc
weechat
weechatScripts.highmon
aspell
aspellDicts.en
icbirc
# matrix things
matrix-synapse-tools.synadm
matrix-synapse-tools.rust-synapse-compress-state
mcchunkie
# matrix things
matrix-synapse-tools.synadm
matrix-synapse-tools.rust-synapse-compress-state
mcchunkie
zonemaster-cli
];
zonemaster-cli
];
};
security.acme = {
acceptTerms = true;