about summary refs log tree commit diff
path: root/tools/nixery/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-12-05T12·23+0100
committerVincent Ambo <mail@tazj.in>2020-12-05T13·34+0100
commit3e1d63ccb309f5a7d677adeb630472e598783628 (patch)
tree06160a21b7494fc63cf383f711dafdd8be094d2a /tools/nixery/README.md
parent8ad5c55ad281902e91e2c4d9a7f8e33d9f73c24e (diff)
docs: Update README with a link to the NixCon talk
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r--tools/nixery/README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md
index 6731d87865..c701a0e62e 100644
--- a/tools/nixery/README.md
+++ b/tools/nixery/README.md
@@ -20,10 +20,9 @@ and/or large dependencies.
 A public instance as well as additional documentation is available at
 [nixery.dev][public].
 
-The project started out inspired by the [buildLayeredImage][] blog post with the
-intention of becoming a Kubernetes controller that can serve declarative image
-specifications specified in CRDs as container images. The design for this was
-outlined in [a public gist][gist].
+You can watch the NixCon 2019 [talk about
+Nixery](https://www.youtube.com/watch?v=pOI9H4oeXqA) for more information about
+the project and its use-cases.
 
 This is not an officially supported Google project.
 
@@ -115,6 +114,13 @@ These extra configuration variables must be set to configure storage backends:
 * `STORAGE_PATH`: Path to a folder in which to store and from which to serve
   data (**required** for `filesystem`)
 
+### Background
+
+The project started out inspired by the [buildLayeredImage][] blog post with the
+intention of becoming a Kubernetes controller that can serve declarative image
+specifications specified in CRDs as container images. The design for this was
+outlined in [a public gist][gist].
+
 ## Roadmap
 
 ### Kubernetes integration