From 2c7be2b19aa2cb3c0ef76d36dd40365141bcad65 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 21:13:04 -0400 Subject: add desktop known host to kenosis --- hosts/kenosis/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/kenosis/configuration.nix b/hosts/kenosis/configuration.nix index 3e7c5de..53f3c03 100644 --- a/hosts/kenosis/configuration.nix +++ b/hosts/kenosis/configuration.nix @@ -25,6 +25,10 @@ extraHostNames = ["192.168.1.120"]; publicKeyFile = ./../../pubkeys/homelab_ssh.pub; }; + desktop = { + extraHostNames = ["192.168.1.122"]; + publicKeyFile = ./../../pubkeys/desktop_ssh.pub; + }; vps = { extraHostNames = ["170.205.37.7"]; publicKeyFile = ./../../pubkeys/vps_ssh.pub; -- cgit v1.3.1