fix: make jade permanent as discussed

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-05-13 22:50:31 +02:00
parent 0e1ec7f6b5
commit 785fe6d92f

View file

@ -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";