diff options
author | Ben Sima <ben@bsima.me> | 2021-05-22 20:10:07 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:35 -0500 |
commit | 0328f8eb5f0ecbcab2d2d08288cec3d0857a67c0 (patch) | |
tree | 90e17913bca7e7ec3696826aa2d3e7ce9b493bd7 /Biz/Dev | |
parent | bcf8845b10b99ed63925c73cd160102d6ec55096 (diff) |
Add minidlna
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/Configuration.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index c30aa01..caba05e 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -246,6 +246,17 @@ in { group = "jellyfin"; }; + minidlna = { + enable = true; + announceInterval = 60; + friendlyName = "Sima Media"; + mediaDirs = [ + "V,/mnt/campbell/ben/youtube" + "A,/mnt/campbell/ben/music" + "V,/mnt/campbell/ben/torrents/done" + ]; + }; + vnstat.enable = true; postgresql = { |