h: switch to mimalloc for the memory allocator

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

View File

@ -207,7 +207,9 @@ in
};
};
environment.systemPackages = with pkgs; [
environment = {
memoryAllocator.provider = "mimalloc";
systemPackages = with pkgs; [
inetutils
# irc
@ -224,6 +226,7 @@ in
zonemaster-cli
];
};
security.acme = {
acceptTerms = true;