From 74debb6e4bae95218c969ec63d7a6aeec0291ac7 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 21 Nov 2024 00:33:00 +0100 Subject: [PATCH] Add comments --- home-manager/common/software/cli/ssh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/ssh.nix b/home-manager/common/software/cli/ssh.nix index 6e5b8a12..a55ce026 100644 --- a/home-manager/common/software/cli/ssh.nix +++ b/home-manager/common/software/cli/ssh.nix @@ -1,5 +1,7 @@ { config, pkgs, ... }: { - # Disable strict host key checking for 192.168.1.210 + # Disable strict host key checking for + # 192.168.1.210 - framework-server + # 192.168.1.101 - nuc-server # The key will change between boot and live for LUKS unlocking home.file.".ssh/config".text = '' Host 192.168.1.210