From 86cff4e34f065a615b915abaa938f5881d1e214b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 27 Mar 2024 16:38:45 +0100 Subject: [PATCH] friends: cleanup ninjatrappeur, flokli account Signed-off-by: Raito Bezarius --- modules/users/friends.nix | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/modules/users/friends.nix b/modules/users/friends.nix index e76daf0..910cc6f 100644 --- a/modules/users/friends.nix +++ b/modules/users/friends.nix @@ -5,17 +5,8 @@ let ]; in { + # deleted users: ninjatrappeur, flokli users.users = { - # Raito: unused since a while, it was made for working on the production database of Hydra. - ninjatrappeur = { - isNormalUser = true; - home = "/home/ninjatrappeur"; - shell = "/run/current-system/sw/bin/zsh"; - uid = 2000; - extraGroups = trustedFriendGroups; - expires = "2024-01-01"; - openssh.authorizedKeys.keyFiles = [ ./keys/ninjatrappeur.keys ]; - }; linus = { isNormalUser = true; home = "/home/linus"; @@ -34,18 +25,6 @@ in extraGroups = trustedFriendGroups; openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ]; }; - # Raito: Temporary account for flokli, disable when he's done with it. - flokli = { - isNormalUser = true; - home = "/home/flokli"; - shell = "/run/current-system/sw/bin/zsh"; - uid = 2003; - expires = "2024-02-01"; - extraGroups = trustedFriendGroups; - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTVTXOutUZZjXLB0lUSgeKcSY/8mxKkC0ingGK1whD2 flokli" - ]; - }; # Raito: Temporary account for jade, for benchmarking stuff. jade = { isNormalUser = true;