593941b600
Change-Id: Iebd994a46e870e42431d0fc71dd14b1c2b01f9aa Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57536 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
9 lines
118 B
Nix
9 lines
118 B
Nix
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
{
|
|
imports = [
|
|
./common.nix
|
|
];
|
|
|
|
services.getty.autologinUser = "user";
|
|
}
|