citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 0491adbbabea596674658f5ab397662c98bb01d4
parent 62a931e3171471442e829fe4b820c0bac9370c24
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 27 Mar 2021 08:56:52 -0700

monad: enable jellyfin

still need to figure this out

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/machines/monad/networking/default.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/nix-config/machines/monad/networking/default.nix b/nix-config/machines/monad/networking/default.nix @@ -139,6 +139,8 @@ in port = 14325; }; + services.jellyfin.enable = true; + services.plex = { enable = true; group = "transmission";