Add proper password to Jules, other stuff ig
This commit is contained in:
parent
3d25d316fe
commit
8c30ba9fea
7 changed files with 12 additions and 11 deletions
|
@ -1,8 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
users.users.jules = {
|
||||
hashedPassword = config.secrets.mainAccPass;
|
||||
hashedPassword = config.secrets.julesAccPass;
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHwxJcAWuHkKy/Ar37aIoqg34CDcZu7/bh978nYkOgzj jules@jules-pc"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEOszCNP+6rkIS75GyFVhn9o6QpUuGdx/J4rjzROrpSl jules@xeta"
|
||||
|
@ -22,5 +23,5 @@
|
|||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
#home-manager.users.jimbo = import ../../../../../home/jimbo;
|
||||
#home-manager.users.jules = import ../../../../../home/jules;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue