h: switch to mimalloc for the memory allocator
This commit is contained in:
parent
fb22b95ec0
commit
4c195adeb0
@ -207,7 +207,9 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment = {
|
||||||
|
memoryAllocator.provider = "mimalloc";
|
||||||
|
systemPackages = with pkgs; [
|
||||||
inetutils
|
inetutils
|
||||||
|
|
||||||
# irc
|
# irc
|
||||||
@ -224,6 +226,7 @@ in
|
|||||||
|
|
||||||
zonemaster-cli
|
zonemaster-cli
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user