p14 ssh config

This commit is contained in:
John Lancaster
2026-03-31 23:09:32 -05:00
parent 89a4d5a228
commit 609d2a5cca
2 changed files with 10 additions and 0 deletions
@@ -122,7 +122,13 @@
home.packages = with pkgs; [
bash
discord
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim
];
ssh.matchSets = {
appdaemon = true;
homelab = true;
dev = true;
};
}
];
sops.defaultSopsFile = ./secrets.yaml;