From 4ac51ea504bd472aae396d42506e11ce32fdcdd0 Mon Sep 17 00:00:00 2001 From: multi Date: Sat, 23 Jan 2021 18:17:10 +0000 Subject: chore(users/multi): remove user from the depot. This commit removes my user directory in the depot, my user account on whitby, my entry in the LDAP database, and my entry in the website graph. I've had my fun with TVL, but I want to move on to spending time on some other things. This additionally removes aranea from the website graph, which they have requested in private. Change-Id: I2d098c8fe239f20d9f6c6cbf66a3dfb4a955a4cf Reviewed-on: https://cl.tvl.fyi/c/depot/+/2436 Tested-by: BuildkiteCI Reviewed-by: multi Reviewed-by: lukegb --- ops/nixos/whitby/default.nix | 9 +-------- ops/users/default.nix | 5 ----- 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'ops') diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 2f22253aa5..e839b8d077 100644 --- a/ops/nixos/whitby/default.nix +++ b/ops/nixos/whitby/default.nix @@ -175,8 +175,7 @@ in lib.fix(self: { keys = with depot.users; tazjin.keys.all ++ lukegb.keys.all - ++ [ glittershark.keys.whitby ] - ++ multi.keys.whitbyNix; + ++ [ glittershark.keys.whitby ]; }; }; @@ -414,12 +413,6 @@ in lib.fix(self: { openssh.authorizedKeys.keys = depot.users.qyliss.keys.all; }; - users.multi = { - isNormalUser = true; - extraGroups = [ "git" ]; - openssh.authorizedKeys.keys = depot.users.multi.keys.whitbyLogin; - }; - users.eta = { isNormalUser = true; extraGroups = [ "git" ]; diff --git a/ops/users/default.nix b/ops/users/default.nix index 43d5475bc3..da5c1eb61b 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -66,11 +66,6 @@ email = "lukegb@tvl.fyi"; password = "{SSHA}7a85VNhpFElFw+N5xcjgGmt4HnBsaGp4"; } - { - username = "multi"; - email = "depot@in-addr.xyz"; - password = "{ARGON2}$argon2i$v=19$m=4096,t=3,p=1$qCfXhZUVft1YVPx7H4x7rw$dhtwtCrEMSpZfWQJbw2wpo5XHqiJqoZkiKeEbE6AdX0"; - } { username = "nyanotech"; email = "nyanotechnology@gmail.com"; -- cgit 1.4.1