commit fc3308a2e98a342e326371d453152199fecd2ee9 (tree) parent 20ccb666c8a6a288dd33679326dd4a9e29b2294c Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Thu, 7 Sep 2023 22:24:00 +0300 minidlna Diffstat:
| M | hosts/vno1-oh2/configuration.nix | | | 13 | +++++++++++-- |
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix @@ -437,9 +437,18 @@ SMTP_FROM_NAME = "Bitwarden at jakstys.lt"; }; }; - }; - users.users.vaultwarden.extraGroups = ["postdrop"]; + minidlna = { + enable = true; + openFirewall = true; + settings = { + media_dir = ["/home/motiejus/video"]; + friendly_name = "vno1-oh2"; + inotify = "yes"; + }; + }; + + }; systemd.services = { caddy = let