diff options
author | multi <depot@in-addr.xyz> | 2021-01-23T18·17+0000 |
---|---|---|
committer | multi <depot@in-addr.xyz> | 2021-01-23T21·13+0000 |
commit | 4ac51ea504bd472aae396d42506e11ce32fdcdd0 (patch) | |
tree | cb782c49e30d6839e59d05b7a5bdd36e6b9bb5c7 /ops | |
parent | 81d55713987dd3b78786132434f0673cfb83ae3e (diff) |
chore(users/multi): remove user from the depot. r/2140
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 <depot@in-addr.xyz> Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'ops')
-rw-r--r-- | ops/nixos/whitby/default.nix | 9 | ||||
-rw-r--r-- | ops/users/default.nix | 5 |
2 files changed, 1 insertions, 13 deletions
diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 2f22253aa551..e839b8d077c4 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 43d5475bc3d6..da5c1eb61b15 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -67,11 +67,6 @@ 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"; password = "{SSHA}NIJ2RCRb1+Q4Bs63cyE91VZyiN47DG6y"; |