Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
a990105e83
3 changed files with 26 additions and 1 deletions
|
@ -4,7 +4,7 @@ bold_font auto
|
|||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
font_size 11.5
|
||||
# font_size 11.5
|
||||
|
||||
# Terminal bell
|
||||
enable_audio_bell no
|
||||
|
|
24
config/ssh
Normal file
24
config/ssh
Normal file
|
@ -0,0 +1,24 @@
|
|||
Host github.com
|
||||
Hostname ssh.github.com
|
||||
Port 443
|
||||
User git
|
||||
|
||||
Host router.dorm.lan
|
||||
Hostname 192.168.1.1
|
||||
Port 11451
|
||||
User root
|
||||
|
||||
Host nas.dorm.lan
|
||||
Hostname 192.168.1.149
|
||||
Port 22
|
||||
User root
|
||||
|
||||
Host ssh.git.kagurach.uk
|
||||
Hostname ssh.git.kagurach.uk
|
||||
Port 22
|
||||
User root
|
||||
|
||||
Host remote.dorm.lan
|
||||
Hostname ssh.git.kagurach.uk
|
||||
Port 30072
|
||||
User root
|
1
home.nix
1
home.nix
|
@ -83,6 +83,7 @@ in
|
|||
home.file = {
|
||||
".config/fuzzel/fuzzel.ini".source = ./config/fuzzel.ini;
|
||||
".config/kitty/kitty.conf".source = ./config/kitty.conf;
|
||||
".ssh/config".source = ./config/ssh;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue