From 1c47199891d3c717addcceac502892eaa2c7c542 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 28 Mar 2025 11:53:33 +0100 Subject: [PATCH] Add varcila user to hut and fox 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 ba2e604..229be8c 100644 --- a/m/common/base/users.nix +++ b/m/common/base/users.nix @@ -126,6 +126,19 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGEfy6F4rF80r4Cpo2H5xaWqhuUZzUsVsILSKGJzt5jF dalvare1@ssfhead" ]; }; + + varcila = { + uid = 5650; + isNormalUser = true; + home = "/home/Computational/varcila"; + description = "Vincent Arcila"; + group = "Computational"; + hosts = [ "hut" "fox" ]; + hashedPassword = "$6$oB0Tcn99DcM4Ch$Vn1A0ulLTn/8B2oFPi9wWl/NOsJzaFAWjqekwcuC9sMC7cgxEVb.Nk5XSzQ2xzYcNe5MLtmzkVYnRS1CqP39Y0"; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGt0ESYxekBiHJQowmKpfdouw0hVm3N7tUMtAaeLejK vincent@varch" + ]; + }; }; groups = {