added optional gui checks for bash prompt

This commit is contained in:
Bryan Ramos 2024-05-14 00:17:11 -04:00
parent df6e65c534
commit 6ac3d1b33a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 26 additions and 4 deletions

View file

@ -10,11 +10,13 @@
};
};
users.mutableUsers = false;
users.users = {
${config.user.name} = {
isNormalUser = true;
extraGroups = config.user.groups;
openssh.authorizedKeys.keys = [ "${config.user.sshKeys.key1}" ];
initialPassword = "123";
};
};