diff --git a/hosts/tachibana/default.nix b/hosts/tachibana/default.nix index 4f85a79..965bcd2 100644 --- a/hosts/tachibana/default.nix +++ b/hosts/tachibana/default.nix @@ -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 = {