diff options
-rw-r--r-- | hosts/caladan/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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) + ]; } |