citadel

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

commit 290cb1b5a44cafc1ea68819955370fb790ead417
parent acd9e4cfe1dc3385783222773af83f3ad25b15d2
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 08:36:42 -0700

monad: disable jellyfin for now

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

diff --git a/nix-config/machines/monad/networking/default.nix b/nix-config/machines/monad/networking/default.nix @@ -145,7 +145,7 @@ in port = 14325; }; - services.jellyfin.enable = true; + services.jellyfin.enable = false; services.plex = { enable = true;