about summary refs log tree commit diff
path: root/ops/modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-02-08T17·57+0000
committerAlyssa Ross <hi@alyssa.is>2023-02-09T09·43+0000
commit08b300aaa8fe8ad83b6622213a99b1a8f96a36ce (patch)
tree01ebd53fa91fa68fe7e4f3315e1502b1c5f1d527 /ops/modules
parentd4cbdc2beb0460918d9c358e1bc39a5dbaa67b09 (diff)
chore(ops/modules): add a GECOS for my user r/5844
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 <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops/modules')
-rw-r--r--ops/modules/tvl-users.nix1
1 files changed, 1 insertions, 0 deletions
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;
     };