some options

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-18 16:48:34 +03:00
parent 8f91352720
commit 46be9aa879
3 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,12 @@
{lib, ...}: {
{
lib,
pkgs,
...
}: {
boot.tmp.cleanOnBoot = lib.mkDefault true;
console.font = "${pkgs.spleen}/share/consolefonts/spleen-16x32.psfu";
environment = {
ldso32 = null;
memoryAllocator.provider = "mimalloc";
@ -9,8 +17,6 @@
networking.networkmanager.enable = true;
boot.tmp.cleanOnBoot = lib.mkDefault true;
services.openssh = {
settings.X11Forwarding = false;
settings.KbdInteractiveAuthentication = false;