From f9446d970be5513ac1f7cedaf209c40463fe5725 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 28 Jun 2026 23:51:21 -0400 Subject: ssh config for darwin --- hosts/nepsis/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/nepsis') diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 16afb7c..980fc31 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -30,6 +30,7 @@ publicKeyFile = ./../../pubkeys/homelab_ssh.pub; }; laptop = { + extraHostNames = ["192.168.1.111"]; publicKeyFile = ./../../pubkeys/laptop_ssh.pub; }; vps = { -- cgit v1.3.1