From 8d57383bc37a3bd246749c5b0072448d5d9068ef Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 12 Sep 2023 14:08:03 +0200 Subject: [PATCH] epyc: add raito@thorkell in builder --- modules/builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/builder.nix b/modules/builder.nix index 5dc80c8..08340ea 100644 --- a/modules/builder.nix +++ b/modules/builder.nix @@ -3,8 +3,8 @@ isNormalUser = true; home = "/home/nix"; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAZpEtSfB0GDwcELc5/AKNiBZJV9OVfQ0BMFzBlF+8Yd raito@everywhere" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3hCOyFwuoCLt5W9e9yQSwj9I+VspB0kNNHsoFngbgZ raito@thors" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF07Sy0O+oletFYlrfS0+XtBWJO2F+Rc9J/ocNLBa/OE raito@thorkell" ]; uid = 5001; };