From 8efea2428239c9e6592d042ed7e8e28d7f90cf75 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 27 Jul 2022 17:13:41 -0600 Subject: [PATCH] readme fixes --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7957149..33cb289 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Config Files - This repository contains configuration files for my NixOS, macOS, and WSL hosts. --- +# Installation + ## NixOS - From Live Disk Format drives and build system from any NixOS host, including the live @@ -57,7 +57,7 @@ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer Then switch to the macOS configuration: ```bash -darwin-rebuild switch --flake .#macbook +darwin-rebuild switch --flake github:nmasur/dotfiles#macbook ``` ### Dealing with corporate MITM SSL certificates: @@ -70,9 +70,12 @@ openssl s_client -showcerts -verify 5 -connect cache.nixos.org:443 < /dev/null sudo nvim $NIX_SSL_CERT_FILE ``` -## Flake Templates +--- -You can also use the templates as flakes for starting new projects: +# Flake Templates + +You can also use the [templates](./templates/) as flakes for starting new +projects: ```bash nix flake init --template github:nmasur/dotfiles#poetry