From cd53060f0237a770d2acb7f4185640c0caaa6a40 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:28:03 +0000 Subject: [PATCH] switch to ssh for dotfiles repo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ccd824a..3b1fac4 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ gitName = fullName; gitEmail = "7386960+nmasur@users.noreply.github.com"; mailServer = "noahmasur.com"; - dotfilesRepo = "https://github.com/nmasur/dotfiles"; + dotfilesRepo = "git@github.com:nmasur/dotfiles"; }; # System types to support.