From cd026b118ce59bce695652d0ffbcf9ba895b35ea Mon Sep 17 00:00:00 2001 From: Moritz 'e1mo' Fromm Date: Mon, 17 Jul 2023 11:54:39 +0200 Subject: [PATCH] Remove n0emis due to them leaving the admin team --- common/users.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common/users.nix b/common/users.nix index f071971..1cd8de1 100644 --- a/common/users.nix +++ b/common/users.nix @@ -17,13 +17,6 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9x/kL2fFqQSEyFvdEgiM2UKYAZyV1oct9alS6mweVa e1mo (ssh_0x6D617FD0A85BAADA)" ]; }; - n0emis = { - isNormalUser = true; - extraGroups = [ "wheel" ]; - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEcOPtW5FWNIdlMQFoqeyA1vHw+cA8ft8oXSbXPzQNL9 n0emis@n0emis.eu" - ]; - }; ruru = { isNormalUser = true; extraGroups = [ "wheel" ];