From 42b98aecd6211542df69ef34b8ef813f314d374f Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Tue, 20 Feb 2024 15:08:02 -0500 Subject: [PATCH] adding cachix usage blurb to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 686af80..73353c4 100644 --- a/README.md +++ b/README.md @@ -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 +``` ## Building an sd-card image