diff --git a/README.org b/README.org index 141d5cd..94b6f74 100644 --- a/README.org +++ b/README.org @@ -1503,6 +1503,20 @@ Dalinar's config is of course server oriented. } #+end_src +*** Containers +Here are Dalinar's containers + +First off, I'm not entirely sure how this works, but this is my best guess. + +#+begin_src nix +jellyfin = { + config = { config, pkgs, ... }: + { + # ... + }; +}; +#+end_src + *** Hardware Configuration Dalinar's hardware #+begin_src nix :tangle system/dalinar/hardware-configuration.nix