chore(whitby): Remove SSH key from root
This was a leftover from the time we were installing. Change-Id: Id875b907d7f76081a45e7f8f2666b7fba6aefc86 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2632 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
9d5f40bdda
commit
2f7cb2b6c4
1 changed files with 0 additions and 4 deletions
|
@ -364,10 +364,6 @@ in lib.fix(self: {
|
|||
];
|
||||
|
||||
users = {
|
||||
users.root.openssh.authorizedKeys.keys = [
|
||||
depot.users.tazjin.keys.frog
|
||||
];
|
||||
|
||||
users.tazjin = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "git" "wheel" ];
|
||||
|
|
Loading…
Reference in a new issue