diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-26 08:26:08 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-26 08:39:32 +0200 |
commit | 940fb56e7e450b7da56cc333d17ab0edb4cd1d0f (patch) | |
tree | 4ffd3e20cbd4de5b8d25827e294f7b7b3ba22dd4 /nixos/README.md | |
parent | c329be48e687e3152e1362a71b76035bfda7215e (diff) |
Diffstat (limited to 'nixos/README.md')
-rw-r--r-- | nixos/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/README.md b/nixos/README.md index 67b6cf7..075f812 100644 --- a/nixos/README.md +++ b/nixos/README.md @@ -32,7 +32,8 @@ We're assuming that you just installed NixOS by going through the [official inst nixos-generate-config --dir . ``` 3. Rename the `configuration.nix` to `default.nix`. - Add `# channel="..."` to the start of the `default.nix` file where `...` is the key of a channel pinned in `npins/sources.json`. + Create a `metadata.toml` file with a `channel` field + where the value is the key of a channel pinned in `npins/sources.json`. A new channel can be pinned with: ``` |