summaryrefslogtreecommitdiffstats
path: root/util/liveiso/console.nix
blob: 032ca719e22f4bd6bf61b0731135cb4f82b457e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0-only

{ ... }:

{
	imports = [
		./common.nix
	];

	services.getty.autologinUser = "user";
}