From 8ea7b06218025eac0fbf0d8481b423ff27ec0c18 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 16 Feb 2023 11:55:29 +0800 Subject: [PATCH] remove therobs12 user --- nixbld-etc-nixos/configuration.nix | 8 -------- nixops/common-users.nix | 7 ------- 2 files changed, 15 deletions(-) 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"];