~sumner/nixos-configuration

84aa165ea832f0a1f2d04221a617c76c31a99af1 — Sumner Evans 1 year, 11 months ago 9bfa93a git-crypt
readme: update with git-crypt instructions
1 files changed, 4 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +4 -3
@@ 46,9 46,10 @@ https://git.sr.ht/~sumner/home-manager-config
To install this configuration,

1. Clone this repository to `/etc/nixos` on a NixOS system.
2. Create a new host configuration in the `host-configurations` folder.
3. Source the host configuration from `hardware-configuration.nix`.
4. Run `sudo nixos-rebuild switch --upgrade`.
2. Unlock the repo using `git-crypt unlock /path/to/git-crypt/key`.
3. Create a new host configuration in the `host-configurations` folder.
4. Source the host configuration from `hardware-configuration.nix`.
5. Run `sudo nixos-rebuild switch --upgrade`.

## Goals