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

{
	imports = [
		./common.nix
	];

	services.getty.autologinUser = "user";
}