From 863ff2d04de0912c4402c78100135c7e554636dd Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:54:45 -0500 Subject: [PATCH] ssh updates for john p14s --- modules/hosts/john-p14s/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 4fb232e..d95c6a1 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -5,6 +5,7 @@ hostname = "john-p14s"; homeDirectory = config.home-manager.users.john.home.homeDirectory; flakeDir = "${homeDirectory}/Documents/dendritic"; + my-neovim = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim; in { imports = [ @@ -123,6 +124,12 @@ bash discord ]; + ssh.matchSets = { + appdaemon = true; + homelab = true; + dev = true; + certs = true; + }; } ]; sops.defaultSopsFile = ./secrets.yaml;