Compare commits

...

3 Commits

Author SHA1 Message Date
127fede353 Change port for gitea ssh 2024-05-29 16:36:22 -05:00
46c7d66d8e Add ssh config 2024-05-29 16:20:28 -05:00
8384dcda6a Move git config to dotfile 2024-05-29 16:14:54 -05:00
3 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
core.sshCommand = "ssh -i ~/.ssh/id_ed25519"
user.email = "eesimmons9105@gmail.com"
user.name = "Ethan Simmons"

View File

@@ -0,0 +1,6 @@
Host gitea
HostName git.simmer505.com
User git
Port 222
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes

View File

@@ -17,6 +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;
# 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;
@@ -25,9 +26,6 @@
enable = true; enable = true;
userName = "Ethan Simmons"; userName = "Ethan Simmons";
userEmail = "eesimmons9105@gmail.com"; userEmail = "eesimmons9105@gmail.com";
extraConfig = {
core.sshCommand = "ssh -i /home/eesim/.ssh/id_ed25519";
};
}; };
programs.direnv = { programs.direnv = {