From 6e871301662bb8eab5a07945d4f165e78a7913b6 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 16 Jul 2024 18:16:05 +0200 Subject: [PATCH] Add abonerib user to hut, raccon, owl1 and owl2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- m/common/base/users.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/m/common/base/users.nix b/m/common/base/users.nix index 67e9b38..1484830 100644 --- a/m/common/base/users.nix +++ b/m/common/base/users.nix @@ -75,6 +75,19 @@ ]; }; + abonerib = { + uid = 4541; + isNormalUser = true; + home = "/home/Computational/abonerib"; + description = "Aleix Boné"; + group = "Computational"; + hosts = [ "owl1" "owl2" "hut" "raccoon" ]; + hashedPassword = "$6$V1EQWJr474whv7XJ$OfJ0wueM2l.dgiJiiah0Tip9ITcJ7S7qDvtSycsiQ43QBFyP4lU0e0HaXWps85nqB4TypttYR4hNLoz3bz662/"; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIIFiqXqt88VuUfyANkZyLJNiuroIITaGlOOTMhVDKjf abonerib@bsc" + ]; + }; + vlopez = { uid = 4334; isNormalUser = true;