summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-09-11 13:31:39 +0200
committerAdrian Kummerlaender2022-09-11 13:31:39 +0200
commit064fcaaeaaec87af1901f3ac32a08a965a79241e (patch)
tree194c3bc08ef89b7b2bf5e29762a29ccfd67df85f
parent72ea8c183644049ca4719c167681e61a89c9fba8 (diff)
downloadnixos_system-064fcaaeaaec87af1901f3ac32a08a965a79241e.tar
nixos_system-064fcaaeaaec87af1901f3ac32a08a965a79241e.tar.gz
nixos_system-064fcaaeaaec87af1901f3ac32a08a965a79241e.tar.bz2
nixos_system-064fcaaeaaec87af1901f3ac32a08a965a79241e.tar.lz
nixos_system-064fcaaeaaec87af1901f3ac32a08a965a79241e.tar.xz
nixos_system-064fcaaeaaec87af1901f3ac32a08a965a79241e.tar.zst
nixos_system-064fcaaeaaec87af1901f3ac32a08a965a79241e.zip
Remove minidlna from hephaestus
-rw-r--r--host/hephaestus.nix5
1 files changed, 0 insertions, 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;