From 6baa5c0e96836bf2727e155dce8f631dad1970e0 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 22 Jul 2024 16:30:37 -0500 Subject: [PATCH] add copernicus to the allowed hosts --- boxes/netbox/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes/netbox/default.nix b/boxes/netbox/default.nix index 8bf24e0..0363bf9 100644 --- a/boxes/netbox/default.nix +++ b/boxes/netbox/default.nix @@ -57,6 +57,7 @@ users.users.ryan = { openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbhM3wj0oqjR3pUaZgpfX4Xo4dlzvBTbQ48zHyg7Pwx usr" # x230t + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILBGh1FHPneg7PCDkhMs2BCJPTIRVJkRTKpOj1w02ydD usr" # copernicus "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrpVDLQszFKoYbvYKRyVTTpehxR0BVU47SXkz39l2wK usr" # mainsail "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHZw5bg0TrvSkW/XQa4c+2iLbIKOxfMGbjy5Nb3HSfBv usr" # phone ];