From 785fe6d92fc5171d971499adeec36e39b6e1e1c1 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 13 May 2024 22:50:31 +0200 Subject: [PATCH] fix: make jade permanent as discussed Signed-off-by: Raito Bezarius --- modules/users/friends.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";