ssh alisa

This commit is contained in:
Sridhar Ratnakumar 2021-10-30 16:42:47 -04:00
parent 171b27b444
commit 481acfaf6e

View file

@ -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";
};
};
};