From 064fcaaeaaec87af1901f3ac32a08a965a79241e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 11 Sep 2022 13:31:39 +0200 Subject: Remove minidlna from hephaestus --- host/hephaestus.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/host/hephaestus.nix b/host/hephaestus.nix index ac18902..a2886b7 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -40,11 +40,6 @@ hardware.bluetooth.enable = true; services.blueman.enable = true; - services.minidlna = { - enable = true; - mediaDirs = ["V,/mnt/share/"]; - }; - virtualisation.docker = { enable = true; enableNvidia = true; -- cgit v1.2.3