h: switch to mimalloc for the memory allocator
This commit is contained in:
parent
fb22b95ec0
commit
4c195adeb0
@ -207,23 +207,26 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment = {
|
||||||
inetutils
|
memoryAllocator.provider = "mimalloc";
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
inetutils
|
||||||
|
|
||||||
# irc
|
# irc
|
||||||
weechat
|
weechat
|
||||||
weechatScripts.highmon
|
weechatScripts.highmon
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
icbirc
|
icbirc
|
||||||
|
|
||||||
# matrix things
|
# matrix things
|
||||||
matrix-synapse-tools.synadm
|
matrix-synapse-tools.synadm
|
||||||
matrix-synapse-tools.rust-synapse-compress-state
|
matrix-synapse-tools.rust-synapse-compress-state
|
||||||
mcchunkie
|
mcchunkie
|
||||||
|
|
||||||
zonemaster-cli
|
zonemaster-cli
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user