diff --git a/hosts/best/default.nix b/hosts/best/default.nix index e4e73df..88ca55b 100644 --- a/hosts/best/default.nix +++ b/hosts/best/default.nix @@ -30,14 +30,6 @@ in { hashedPasswordFile = config.secrets.password.path; isNormalUser = true; }; - - build = { - description = "Build"; - openssh.authorizedKeys.keys = keys.all; - hashedPasswordFile = config.secrets.password.path; - isNormalUser = true; - extraGroups = [ "build" ]; - }; }; home-manager.users = {