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/icon/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/icon') diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index 7ec11df..658e4bf 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -15,6 +15,9 @@ extraHostNames = ["192.168.1.122"]; publicKeyFile = ./../../pubkeys/desktop_ssh.pub; }; + laptop = { + publicKeyFile = ./../../pubkeys/laptop_ssh.pub; + }; vps = { extraHostNames = ["170.205.37.7"]; publicKeyFile = ./../../pubkeys/vps_ssh.pub; @@ -69,7 +72,7 @@ home = "/srv/git"; createHome = true; homeMode = "755"; - openssh.authorizedKeys.keyFiles = [../../pubkeys/desktop_ssh.pub ../../pubkeys/homelab_ssh.pub]; + openssh.authorizedKeys.keyFiles = [../../pubkeys/desktop_ssh.pub ../../pubkeys/homelab_ssh.pub ../../pubkeys/laptop_ssh.pub]; }; }; -- cgit v1.3.1