From 36ce76481811665c8d2764336ad61f4dc0faa363 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Thu, 7 Jul 2022 02:11:13 +0200 Subject: [PATCH] hswaw/machines: add informatic to larrythebuilder Change-Id: I756218c857ecbeb9ea398fb259bdc66d72b51194 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1331 Reviewed-by: q3k --- hswaw/machines/larrythebuilder.q3k.org/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hswaw/machines/larrythebuilder.q3k.org/configuration.nix b/hswaw/machines/larrythebuilder.q3k.org/configuration.nix index e18deaca..e9090608 100644 --- a/hswaw/machines/larrythebuilder.q3k.org/configuration.nix +++ b/hswaw/machines/larrythebuilder.q3k.org/configuration.nix @@ -21,7 +21,16 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG599UildOrAq+LIOQjKqtGMwjgjIxozI1jtQQRKHtCP q3k@mimeomia" ]; }; + + users.users.informatic = { + isNormalUser = true; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDoKB2p/gFaKthQNXeQvSLzhOlLSq3vjVL3AEOBTMXGH informatic@atuin" + ]; + }; + users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG599UildOrAq+LIOQjKqtGMwjgjIxozI1jtQQRKHtCP q3k@mimeomia" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDoKB2p/gFaKthQNXeQvSLzhOlLSq3vjVL3AEOBTMXGH informatic@atuin" ]; }