diff --git a/modules/users/friends.nix b/modules/users/friends.nix index 5a2a1cd..50df922 100644 --- a/modules/users/friends.nix +++ b/modules/users/friends.nix @@ -25,7 +25,8 @@ in extraGroups = trustedFriendGroups; 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 = { isNormalUser = true; home = "/home/jade";