mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
adding cachix usage blurb to readme
This commit is contained in:
parent
9c35dd99cf
commit
42b98aecd6
1 changed files with 6 additions and 0 deletions
|
|
@ -78,6 +78,12 @@ complete example.
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
## cachix usage and your `nix.conf`
|
||||||
|
As seen above, cachix is being used to store a linux kernel build. To use this, be sure to add your user and `root` to the trusted-users list in your `nix.conf` file (when using the nix package manager on a non-nixos distro) to be able to pull from this project's cachix. The `root` user must also be still in this list as well importantly.
|
||||||
|
|
||||||
|
```
|
||||||
|
trusted-users = root <your-user-here>
|
||||||
|
```
|
||||||
|
|
||||||
## Building an sd-card image
|
## Building an sd-card image
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue