From 60ad7cdcbd7594de05b53e5914d56b79f8fff29d Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Thu, 26 Sep 2024 20:12:40 +0200 Subject: [PATCH] Change git remote to https --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bf3a21..aa159cb 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ After rebooting proceed with the [next section](#nixos-config-setup). #### NixOS config setup ```shell -sudo nix run github:rake5k/nixcfg#setup -- git@github.com:rake5k/nixcfg.git +sudo nix run github:rake5k/nixcfg#setup -- https://github.com/rake5k/nixcfg.git ``` ### Non-NixOS @@ -176,7 +176,7 @@ sh <(curl -L https://nixos.org/nix/install) --no-channel-add --no-modify-profile ```shell # Set up this Nix configuration -nix run github:rake5k/nixcfg#setup -- git@github.com:rake5k/nixcfg.git +nix run github:rake5k/nixcfg#setup -- https://github.com/rake5k/nixcfg.git # set login shell chsh -s /bin/zsh