adding a section for dalinar's containers
This commit is contained in:
parent
894174dd9c
commit
fb04998f78
14
README.org
14
README.org
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue