diff options
| -rw-r--r-- | common-darwin.nix | 5 | ||||
| -rw-r--r-- | dotfiles/gitconfig | 9 | ||||
| -rw-r--r-- | dotfiles/ssh/config | 4 |
3 files changed, 4 insertions, 14 deletions
diff --git a/common-darwin.nix b/common-darwin.nix index 2e300c9..3e0dc45 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -37,6 +37,10 @@ programs.zsh.enable = true; + services.openssh = { + enable = true; + }; + fonts.packages = with pkgs; [ fira-code nerd-fonts.fira-code @@ -104,7 +108,6 @@ taps = [ ]; brews = [ - "openssh" ]; casks = [ "keepingyouawake" diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig deleted file mode 100644 index a508e03..0000000 --- a/dotfiles/gitconfig +++ /dev/null @@ -1,9 +0,0 @@ -[user] - name = Skullheadx - email = andrew@montgomery.systems - -[pull] - rebase = true - -[url "git@github.com:"] - insteadOf = https://github.com/ diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config deleted file mode 100644 index 03b2c6e..0000000 --- a/dotfiles/ssh/config +++ /dev/null @@ -1,4 +0,0 @@ -Host github.com - AddKeysToAgent yes - IdentityFile ~/.ssh/id_ed25519 - |
