Add default admin user and include in host/installer
This commit is contained in:
parent
e5118737af
commit
906a668987
3 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue