aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-26 09:32:14 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-26 12:53:33 -0800
commit77694a2eb49657bdc100d3b660b1e4a289bfcee8 (patch)
tree0b9d1b6a3d0d38f118ed10241b69d89ad463288c
parentadd framebox to the ssh know host list (diff)
downloadinfra-77694a2eb49657bdc100d3b660b1e4a289bfcee8.tar.gz
add nas public key to ssh know hosts
-rw-r--r--modules/ssh.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/ssh.nix b/modules/ssh.nix
index 7097aaa..793f04c 100644
--- a/modules/ssh.nix
+++ b/modules/ssh.nix
@@ -5,5 +5,9 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl";
"builder".publicKey = hostConfigurations.framebox.publicKey;
"framebox".publicKey = hostConfigurations.framebox.publicKey;
+ "nas".publicKey =
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJxKNYU62aO7gvdq0TxLduyAGxYn6GvePAGevlRGrX/L";
+ "192.168.1.68".publicKey =
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJxKNYU62aO7gvdq0TxLduyAGxYn6GvePAGevlRGrX/L";
};
}