diff --git a/common/users/cadey/default.nix b/common/users/cadey/default.nix index b538ba8..d3e7ea7 100644 --- a/common/users/cadey/default.nix +++ b/common/users/cadey/default.nix @@ -44,11 +44,6 @@ in { protocol.keybase.allow = "always"; pull.rebase = "true"; push.default = "current"; - - url = { - "git@github.com:".insteadOf = "https://github.com/"; - "git@ssh.tulpa.dev:".insteadOf = "https://tulpa.dev/"; - }; }; }; }