1# SPDX-License-Identifier: GPL-2.0-only 2 3{ 4 imports = [ 5 ./common.nix 6 ]; 7 8 services.getty.autologinUser = "user"; 9} 10