diff --git a/home/dln/home.nix b/home/dln/home.nix index 3c5e467..53efd83 100644 --- a/home/dln/home.nix +++ b/home/dln/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: let realName = "Daniel Lundin"; email = "dln@arity.se"; @@ -138,6 +138,10 @@ in }; }; + programs.ssh.extraConfig = '' + Include ${config.home.homeDirectory}/.ssh/config_local + ''; + programs.ssh.matchBlocks = { dev = { hostname = "10.1.100.16";