diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-24 10:23:30 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-24 10:23:30 -0700 |
commit | 3a0feac37289704cc91e5c3b4d1a3684d15c5634 (patch) | |
tree | a3291ed15fd7b6c9281e355e54215e83b3d652d5 /hosts | |
parent | 1fc2e48b1684a03d30db542be3642d982cf23810 (diff) | |
download | nix-3a0feac37289704cc91e5c3b4d1a3684d15c5634.tar nix-3a0feac37289704cc91e5c3b4d1a3684d15c5634.tar.gz nix-3a0feac37289704cc91e5c3b4d1a3684d15c5634.tar.bz2 nix-3a0feac37289704cc91e5c3b4d1a3684d15c5634.tar.lz nix-3a0feac37289704cc91e5c3b4d1a3684d15c5634.tar.xz nix-3a0feac37289704cc91e5c3b4d1a3684d15c5634.tar.zst nix-3a0feac37289704cc91e5c3b4d1a3684d15c5634.zip |
Add key to root@caladan
Diffstat (limited to 'hosts')
-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) + ]; } |