diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index d776290..1c2d75d 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -388,14 +388,6 @@ in ]; shell = pkgs.zsh; }; - users.extraUsers.therobs12 = { - isNormalUser = true; - extraGroups = ["afws"]; - openssh.authorizedKeys.keys = [ - "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGKbLMWCWrcUIVDKc7wrkn1Oo1PCH3K0HWIXnPjgASqKdzrNkgrHcg8UsXS0tLKtoYWbWisVUU+V05p6RKMOP7TP6hc2xoVRov6fBMuKHnVJbR9BAkn3O2EaJ7Rlo0y8aQ==" - ]; - shell = pkgs.fish; - }; users.extraUsers.nix = { isNormalUser = true; }; diff --git a/nixops/common-users.nix b/nixops/common-users.nix index 6c6083d..80fa360 100644 --- a/nixops/common-users.nix +++ b/nixops/common-users.nix @@ -70,13 +70,6 @@ ]; shell = pkgs.zsh; }; - therobs12 = { - isNormalUser = true; - extraGroups = ["plugdev" "dialout" "libvirtd"]; - openssh.authorizedKeys.keys = [ - "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGKbLMWCWrcUIVDKc7wrkn1Oo1PCH3K0HWIXnPjgASqKdzrNkgrHcg8UsXS0tLKtoYWbWisVUU+V05p6RKMOP7TP6hc2xoVRov6fBMuKHnVJbR9BAkn3O2EaJ7Rlo0y8aQ==" - ]; - }; srayman89 = { isNormalUser = true; extraGroups = ["plugdev" "dialout" "libvirtd"];