Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons authored Nov 11, 2023
1 parent fb39ef3 commit 206b0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ nix run github:dustinlyons/nixos-config#checkKeys
### 7. Install configuration
First-time installations require you to move the current `/etc/nix/nix.conf` out of the way.
```sh
sudo mv /etc/nix/nix.conf /etc/nix/nix.conf.before-nix-darwin
[ -f /etc/nix/nix.conf ] && sudo mv /etc/nix/nix.conf /etc/nix/nix.conf.before-nix-darwin
```

Then, run this script, which wraps the Nix commands to build and deploy a new Nix generation.
Expand Down

0 comments on commit 206b0bd

Please sign in to comment.