coreboot-kgpe-d16/util/liveiso/console.nix

12 lines
128 B
Nix

# SPDX-License-Identifier: GPL-2.0-only
{ ... }:
{
imports = [
./common.nix
];
services.getty.autologinUser = "user";
}