diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index e3727eb..40311af 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -388,13 +388,6 @@ in ]; shell = pkgs.zsh; }; - users.extraUsers.topquark12 = { - isNormalUser = true; - extraGroups = ["afws"]; - openssh.authorizedKeys.keys = [ - "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtaB32Ri1O7zRVG+1ADXmhwbK0r8R+c5W1RJd7cab5O9jp10wI+0JArFgK8u4m9oaR1rrVy4ym8wWMNu8vGKVTgyK+6UK87qTD96pnzwTyvzKCMOIHVBAPsnVfdOSKXLQ==" - ]; - }; users.extraUsers.therobs12 = { isNormalUser = true; extraGroups = ["afws"];