From b802a598685a744c0029d488478cd7c97bae984a Mon Sep 17 00:00:00 2001 From: Aleix Roca Nonell Date: Thu, 15 May 2025 12:24:49 +0200 Subject: [PATCH] Create tracing group and add arocanon in raccoon Reviewed-by: Aleix Roca Nonell --- m/common/base/users.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m/common/base/users.nix b/m/common/base/users.nix index 80aeda00..8e2ca80b 100644 --- a/m/common/base/users.nix +++ b/m/common/base/users.nix @@ -40,7 +40,7 @@ home = "/home/Computational/arocanon"; description = "Aleix Roca"; group = "Computational"; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "tracing" ]; hashedPassword = "$6$hliZiW4tULC/tH7p$pqZarwJkNZ7vS0G5llWQKx08UFG9DxDYgad7jplMD8WkZh5k58i4dfPoWtnEShfjTO6JHiIin05ny5lmSXzGM/"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3zeB5KSimMBAjvzsp1GCkepVaquVZGPYwRIzyzaCba aleix@bsc" @@ -144,6 +144,7 @@ groups = { Computational = { gid = 564; }; + tracing = { }; }; }; }