aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 12185ad..dbca951 100644
--- a/README.md
+++ b/README.md
@@ -25,16 +25,19 @@ cd ~/ghq/simenandre.no/dotfiles
#### macOS
+Configurations are per-machine — `makkie` (user `simenandre`) and `default`
+(user `cobraz`). Substitute the one you are on.
+
On first run, bootstrap nix-darwin:
```shell
-sudo nix run nix-darwin#darwin-rebuild -- switch --flake .#default
+sudo nix run nix-darwin#darwin-rebuild -- switch --flake .#makkie
```
On subsequent runs:
```shell
-sudo darwin-rebuild switch --flake .#default
+sudo darwin-rebuild switch --flake .#makkie
```
#### NixOS