aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 85b0eac..fef4bbb 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,12 @@ The `host` folder contains a selection of host specific definitions to be select
## Instantiation
-If you are me and want to instantiate the setup on a new host:
+If you are me and want to instantiate the setup on a given host:
```sh
-nix flake clone git+https://code.kummerlaender.eu/nixos_home -f dotfiles
+nix flake clone git+https://code.kummerlaender.eu/nixos_home --dest dotfiles
cd dotfiles
-cp host/$template.nix host/$hostname.nix
-nix run --impure
+nix run .#host
```
## Modules