From f8f120ef064010fb3d178ffa1924b1c87e7f803f Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 15 May 2026 23:03:10 -0500 Subject: Add SSH host config for myserver --- modules/home/christian.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index b3e6b77..381f1bc 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -29,6 +29,15 @@ programs.bash.enable = true; + programs.ssh = { + enable = true; + matchBlocks = { + "myserver" = { + hostname = "192.168.0.111"; + }; + }; + }; + programs.git = { enable = true; settings.user.name = "Christian"; -- cgit v1.2.3