tachibana autologin

This commit is contained in:
caandt 2025-11-14 21:13:46 -06:00
parent 7ae462acd7
commit fc951aa8e9

View file

@ -16,6 +16,10 @@
boot.kernelParams = [ "acpi_enforce_resources=lax" ];
boot.kernelModules = [ "it87" ];
boot.extraModprobeConfig = "options it87 ignore_resource_conflict=1 force_id=0x8622";
services.getty = {
autologinOnce = true;
autologinUser = "ahnwuoa";
};
networking.hostName = "tachibana";
time.timeZone = "America/Chicago";
services.xserver = {