Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
kagura 2024-09-18 13:13:34 +08:00
commit a990105e83
3 changed files with 26 additions and 1 deletions

View file

@ -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
View 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

View file

@ -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 = {