From 77694a2eb49657bdc100d3b660b1e4a289bfcee8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 26 Jan 2026 09:32:14 -0800 Subject: add nas public key to ssh know hosts --- modules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; }; } -- cgit v1.2.3