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