add initial user pw and work on other stuff

This commit is contained in:
Kopatz
2024-05-09 19:49:41 +02:00
parent 030162ac44
commit 8aabc73f3e
3 changed files with 30 additions and 20 deletions

View File

@@ -19,6 +19,7 @@
programs.zsh.enable = true;
users.users.${config.mainUser.name} = {
isNormalUser = true;
initialPassword = "1";
description = config.mainUser.name;
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" "docker" ];