From 3a0feac37289704cc91e5c3b4d1a3684d15c5634 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 24 Jun 2025 10:23:30 -0700 Subject: Add key to root@caladan --- hosts/caladan/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index fb8caeb..0ff9b33 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -168,4 +168,7 @@ }; + users.users.root.openssh.authorizedKeys.keys = [ + (builtins.readFile ../common/users/nipsy/keys/id_att.pub) + ]; } -- cgit v1.2.3