Fix gitea ssh
This commit is contained in:
@@ -1,6 +1,2 @@
|
|||||||
Host gitea
|
Host git.simmer505.com
|
||||||
HostName git.simmer505.com
|
Port 222
|
||||||
User git
|
|
||||||
Port 222
|
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
|
||||||
IdentitiesOnly yes
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
home.file.".config/waybar".source = ./dotfiles/waybar;
|
home.file.".config/waybar".source = ./dotfiles/waybar;
|
||||||
home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;
|
home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;
|
||||||
home.file.".config/alacritty/alacritty.toml".source = ./dotfiles/alacritty/alacritty.toml;
|
home.file.".config/alacritty/alacritty.toml".source = ./dotfiles/alacritty/alacritty.toml;
|
||||||
home.file.".config/ssh/config".source = ./dotfiles/ssh/config;
|
home.file.".ssh/config".source = ./dotfiles/ssh/config;
|
||||||
|
|
||||||
# Fix for slow steam download speeds https://old.reddit.com/r/linux_gaming/comments/16e1l4h/slow_steam_downloads_try_this/
|
# Fix for slow steam download speeds https://old.reddit.com/r/linux_gaming/comments/16e1l4h/slow_steam_downloads_try_this/
|
||||||
home.file.".steam/steam/steam_dev.cfg".source = ./dotfiles/steam/steam_dev.cfg;
|
home.file.".steam/steam/steam_dev.cfg".source = ./dotfiles/steam/steam_dev.cfg;
|
||||||
|
|||||||
Reference in New Issue
Block a user