From d0ec4a73db2b2d5cdde7014b9397acabd58edc03 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 2 Jun 2026 16:42:20 -0400 Subject: add laptop ssh key --- hosts/nepsis/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/nepsis') diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 5d13b38..587303f 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -23,6 +23,9 @@ extraHostNames = ["192.168.1.120"]; publicKeyFile = ./../../pubkeys/homelab_ssh.pub; }; + laptop = { + publicKeyFile = ./../../pubkeys/laptop_ssh.pub; + }; vps = { extraHostNames = ["170.205.37.7"]; publicKeyFile = ./../../pubkeys/vps_ssh.pub; -- cgit v1.3.1