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; [ home.packages = with pkgs; [
bash bash
discord discord
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim
]; ];
ssh.matchSets = {
appdaemon = true;
homelab = true;
dev = true;
};
} }
]; ];
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;
+4
View File
@@ -127,6 +127,10 @@ in
matchBlocks = lib.mkMerge [ matchBlocks = lib.mkMerge [
{ {
"john-pc-ubuntu" = {
hostname = "192.168.1.85";
};
"*" = lib.mkMerge [ "*" = lib.mkMerge [
{ {
user = "john"; user = "john";