aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-24 10:23:30 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-24 10:23:30 -0700
commit3a0feac37289704cc91e5c3b4d1a3684d15c5634 (patch)
treea3291ed15fd7b6c9281e355e54215e83b3d652d5
parent1fc2e48b1684a03d30db542be3642d982cf23810 (diff)
downloadnix-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
-rw-r--r--hosts/caladan/default.nix3
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)
+ ];
}