tachibana autologin
This commit is contained in:
parent
7ae462acd7
commit
fc951aa8e9
|
|
@ -16,6 +16,10 @@
|
||||||
boot.kernelParams = [ "acpi_enforce_resources=lax" ];
|
boot.kernelParams = [ "acpi_enforce_resources=lax" ];
|
||||||
boot.kernelModules = [ "it87" ];
|
boot.kernelModules = [ "it87" ];
|
||||||
boot.extraModprobeConfig = "options it87 ignore_resource_conflict=1 force_id=0x8622";
|
boot.extraModprobeConfig = "options it87 ignore_resource_conflict=1 force_id=0x8622";
|
||||||
|
services.getty = {
|
||||||
|
autologinOnce = true;
|
||||||
|
autologinUser = "ahnwuoa";
|
||||||
|
};
|
||||||
networking.hostName = "tachibana";
|
networking.hostName = "tachibana";
|
||||||
time.timeZone = "America/Chicago";
|
time.timeZone = "America/Chicago";
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue