chore: Remove banned user

Change-Id: Icd61f7c567a327c74a4f381168e94737b2b30702
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2422
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
V 2021-01-19 10:58:40 +01:00
parent 5868d4bd49
commit 29db630a39
10 changed files with 0 additions and 93 deletions

View file

@ -426,12 +426,6 @@ in lib.fix(self: {
openssh.authorizedKeys.keys = depot.users.eta.keys.whitby;
};
users.v = {
isNormalUser = true; # Questionable...
extraGroups = [ "git" ];
openssh.authorizedKeys.keys = depot.users.v.keys.whitby;
};
users.cynthia = {
isNormalUser = true; # I'm normal OwO :3
extraGroups = [ "git" ];