switch dotfiles repo to https

not used anywhere else, so no need to use ssh
This commit is contained in:
Noah Masur
2023-07-28 18:46:59 -04:00
parent b284b333c5
commit 984fca2021
3 changed files with 4 additions and 9 deletions

View File

@ -128,7 +128,7 @@
mail.server = "noahmasur.com";
mail.imapHost = "imap.purelymail.com";
mail.smtpHost = "smtp.purelymail.com";
dotfilesRepo = "git@github.com:nmasur/dotfiles";
dotfilesRepo = "https://github.com/nmasur/dotfiles";
hostnames = {
git = "git.${baseName}";
metrics = "metrics.${baseName}";