From 60be4ad26f7b7cbf7f7e3b8d7afa8e32f6068892 Mon Sep 17 00:00:00 2001 From: zackartz Date: Thu, 4 Apr 2024 16:20:30 -0400 Subject: [PATCH] 315 current 2024-04-04 16:20:23 24.05.20240403.d9b45d7 6.8.2-zen2 * --- hosts/earth/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index c444d4a..fa0d826 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -38,6 +38,16 @@ # Load nvidia driver for Xorg and Wayland services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc. + services.minidlna = { + enable = true; + openFirewall = true; + settings = { + notify_interval = 60; + friendly_name = "ZACKPC"; + media_dir = ["/home/zack/Music/"]; + }; + }; + # services.openssh = { # enable = true; # PasswordAuthentication = true;