about summary refs log tree commit diff
path: root/ops/modules
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-10-08T16·31+0300
committerclbot <clbot@tvl.fyi>2023-10-08T18·18+0000
commit5f32f7610abb116e68d6d3fbb57fe528100ec58b (patch)
treec80b2129ab60398ce33e5465e01fe7f5b76707bf /ops/modules
parent8b2884de095b70fa680f4c094b80ccd39c9df986 (diff)
chore(users): remove inactive users r/6732
Change-Id: I3cfb425e4dac0a467e3917df996e9800a3ebe875
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9576
Reviewed-by: isomer <isomer@tvl.fyi>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/modules')
-rw-r--r--ops/modules/tvl-users.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/ops/modules/tvl-users.nix b/ops/modules/tvl-users.nix
index 53a08b9c59..31a1a0d2cb 100644
--- a/ops/modules/tvl-users.nix
+++ b/ops/modules/tvl-users.nix
@@ -67,21 +67,6 @@
       extraGroups = [ "git" "wheel" ];
       openssh.authorizedKeys.keys = depot.users.flokli.keys.all;
     };
-
-    # Temporarily disabled (inactive) users.
-    users.isomer = {
-      isNormalUser = true;
-      extraGroups = [ "git" ];
-      shell = "${pkgs.shadow}/bin/nologin";
-      openssh.authorizedKeys.keys = depot.users.isomer.keys.all;
-    };
-
-    users.riking = {
-      isNormalUser = true;
-      extraGroups = [ "git" ];
-      shell = "${pkgs.shadow}/bin/nologin";
-      openssh.authorizedKeys.keys = depot.users.riking.keys.u2f ++ depot.users.riking.keys.passworded;
-    };
   };
 
   programs.fish.enable = true;