From 481acfaf6eeece9cf4eff8c9918e49767c9ecd66 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 30 Oct 2021 16:42:47 -0400 Subject: [PATCH] ssh alisa --- home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 2f06ef0..14afc0f 100644 --- a/home.nix +++ b/home.nix @@ -84,7 +84,7 @@ rec { ls = "l"; #h = "himalaya"; }; - sessionVariables = {}; + sessionVariables = { }; # XXX: These are needed only on non-NixOS Linux (on NixOS, they are broken) #bashrcExtra = '' # . ~/.nix-profile/etc/profile.d/nix.sh @@ -125,9 +125,9 @@ rec { programs.ssh = { enable = true; matchBlocks = { - #"p71" = { - # hostname = "192.168.2.76"; - #}; + "thick" = { + hostname = "192.168.2.15"; + }; }; };