adding a section for dalinar's containers

This commit is contained in:
Chris Cochrun 2022-11-16 10:14:44 -06:00
parent 894174dd9c
commit fb04998f78

View file

@ -1503,6 +1503,20 @@ Dalinar's config is of course server oriented.
} }
#+end_src #+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 *** Hardware Configuration
Dalinar's hardware Dalinar's hardware
#+begin_src nix :tangle system/dalinar/hardware-configuration.nix #+begin_src nix :tangle system/dalinar/hardware-configuration.nix