fix: make jade permanent as discussed
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
0e1ec7f6b5
commit
785fe6d92f
|
@ -25,7 +25,8 @@ in
|
||||||
extraGroups = trustedFriendGroups;
|
extraGroups = trustedFriendGroups;
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ];
|
||||||
};
|
};
|
||||||
# Raito: Temporary account for jade, for benchmarking stuff.
|
# Raito: Permanent account for Jade who has been driving a lot of good work.
|
||||||
|
# expires = 2060 because of a convergence bug, I cannot remove the expiration date anymore.
|
||||||
jade = {
|
jade = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/jade";
|
home = "/home/jade";
|
||||||
|
|
Loading…
Reference in a new issue