Add default admin user and include in host/installer

This commit is contained in:
randogoth 2026-02-01 19:54:28 +02:00
parent e5118737af
commit 906a668987
3 changed files with 13 additions and 0 deletions

View file

@ -219,6 +219,7 @@ if [ ! -e "${host_file}" ]; then
imports = [
inputs.lix-module.nixosModules.lixFromNixpkgs
../modules/system/base.nix
../modules/users/admin.nix
./${HOSTNAME}-hardware.nix
];