From a7e17e40dc2a8dedd948904129cc2f8ac82526d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Wed, 27 Aug 2025 12:42:08 +0200 Subject: [PATCH] Add csiringo user with access to apex and weasel Reviewed-by: Rodrigo Arias Mallo --- m/common/base/users.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/m/common/base/users.nix b/m/common/base/users.nix index b6b26197..221050f9 100644 --- a/m/common/base/users.nix +++ b/m/common/base/users.nix @@ -154,6 +154,20 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIV5LEAII5rfe1hYqDYIIrhb1gOw7RcS1p2mhOTqG+zc pedro@pedro-ThinkPad-P14s-Gen-2a" ]; }; + + csiringo = { + # Arbitrary UID but large so it doesn't collide with other users on ssfhead. + uid = 9653; + isNormalUser = true; + home = "/home/Computational/csiringo"; + description = "Cesare Siringo"; + group = "Computational"; + hosts = [ "apex" "weasel" ]; + hashedPassword = "$6$0IsZlju8jFukLlAw$VKm0FUXbS.mVmPm3rcJeizTNU4IM5Nmmy21BvzFL.cQwvlGwFI1YWRQm6gsbd4nbg47mPDvYkr/ar0SlgF6GO1"; + openssh.authorizedKeys.keys = [ + "sh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHA65zvvG50iuFEMf+guRwZB65jlGXfGLF4HO+THFaed csiringo@bsc.es" + ]; + }; }; groups = {