mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-06 07:34:57 +08:00
ssh alisa
This commit is contained in:
parent
171b27b444
commit
481acfaf6e
1 changed files with 4 additions and 4 deletions
8
home.nix
8
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue