From 6f4cec6cd3efa251febef3d8af1337bdfad84651 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 3 Feb 2024 09:38:17 -0600 Subject: [PATCH] minidlma path update --- server/configuration.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/configuration.org b/server/configuration.org index 3f0e6ea..772b88f 100644 --- a/server/configuration.org +++ b/server/configuration.org @@ -812,7 +812,7 @@ programs = { * SERVICES Miscellaneous services, most of which are managed by systemd. -- minidlna: allows me to watch my media on my tv. +- minidlna: allows me to watch my media on my TV. - avahi: allows to discover/connect to devices through their hostname on the same network. - fstrim/btrfs: file-system services. @@ -825,7 +825,7 @@ services = { settings = { inotify = "yes"; media_dir = [ - "/mnt/glue" + "/mnt/pool/glue" ]; }; };