aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index d7e8a6f..7ed2be7 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -62,6 +62,17 @@
#package = pkgs.master.jellyfin;
};
+ minidlna = {
+ enable = true;
+ openFirewall = true;
+ settings = {
+ inotify = "yes";
+ media_dir = [
+ "A,/data/home/nipsy/www/media/music"
+ ];
+ };
+ };
+
nfs = {
server = {
enable = true;