From bf478b5f38efee86cf224ce3ca1acd56db3b0e6f Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:17:51 -0500 Subject: [PATCH] enabled ssh certs for laptop --- modules/hosts/john-p14s/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 05fd40e..675eff8 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -126,6 +126,7 @@ discord my-neovim ]; + ssh.certificates.enable = true; ssh.matchSets = { appdaemon = true; homelab = true;