From 08b300aaa8fe8ad83b6622213a99b1a8f96a36ce Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 8 Feb 2023 17:57:49 +0000 Subject: chore(ops/modules): add a GECOS for my user This way, I won't have to teach my name one at a time to every program that wants to know my it (e.g. git). Change-Id: I45ddd9c2343a10cd4c13bacd9a97b7470db95c14 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8038 Reviewed-by: tazjin Reviewed-by: flokli Tested-by: BuildkiteCI --- ops/modules/tvl-users.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/modules/tvl-users.nix') diff --git a/ops/modules/tvl-users.nix b/ops/modules/tvl-users.nix index c01809e0e6..0e6bcec280 100644 --- a/ops/modules/tvl-users.nix +++ b/ops/modules/tvl-users.nix @@ -33,6 +33,7 @@ users.qyliss = { isNormalUser = true; + description = "Alyssa Ross"; extraGroups = [ "git" ]; openssh.authorizedKeys.keys = depot.users.qyliss.keys.all; }; -- cgit 1.4.1