hosts: cleanup

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-17 17:31:39 +03:00
parent 4054e42e21
commit a1cac8803a
6 changed files with 34 additions and 54 deletions

View File

@ -1,9 +1,13 @@
{lib, ...}: {
environment.variables = {
LESS = "-R --mouse";
environment = {
ldso32 = null;
memoryAllocator.provider = "mimalloc";
variables = {
LESS = "-R --mouse";
};
};
environment.ldso32 = null;
networking.networkmanager.enable = true;
boot.tmp.cleanOnBoot = lib.mkDefault true;