add user
This commit is contained in:
parent
70a2c27bbf
commit
84142331f4
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
homeMode = "755";
|
homeMode = "755";
|
||||||
|
linger = true;
|
||||||
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://ezri.pub")];
|
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://ezri.pub")];
|
||||||
};
|
};
|
||||||
users.users.melody = {
|
users.users.melody = {
|
||||||
|
@ -110,4 +111,11 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/RsyBWkCZuVUC5ADDRn9b/KM8vC3h3dPAEnCMOhLVR pubNIX"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/RsyBWkCZuVUC5ADDRn9b/KM8vC3h3dPAEnCMOhLVR pubNIX"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
users.users.easrng = {
|
||||||
|
uid = 2014;
|
||||||
|
isNormalUser = true;
|
||||||
|
linger = true;
|
||||||
|
homeMode = "755";
|
||||||
|
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://github.com/easrng.keys")];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue