Hopefully finishing touches on installer configuration

This commit is contained in:
pagedmov
2024-10-18 01:20:31 -04:00
parent b53c14bf77
commit 141ef4d850
2 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ in {
root.hashedPassword = "$y$j9T$/eZO.0cE2EcsF4od78laE/$A3kqgNhr6LkUZHI/0MXAhk.SSKk7QsCIwH/l6xeryy8";
${username} = {
isNormalUser = true;
hashedPassword = "$y$j9T$pdvRk/.3GbwvcPw0NTdwW0$ugclmwwlOO7iKLcJY4DkyD2tX6.LS26LHQ//0W1zLQ.";
initialPassword = "1111";
shell = pkgs.zsh;
extraGroups = ["wheel" "persist" "libvirtd"];
};