summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Hammer <freddymaerz@googlemail.com>2023-01-11 14:34:56 +0100
committerThierry Hammer <freddymaerz@googlemail.com>2023-01-11 15:14:42 +0100
commit458b506217c19fe1c8b08008ec17b1f9d4ec7f65 (patch)
tree8c12d1e5a2baf361f282cb63b7cdaac5e184a546
parenta766329dfa0f4d951c21c47d0d7dafb2b003471c (diff)
ma bureauautomation: Add music folder to wbob hass
-rw-r--r--2configs/bureautomation/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/bureautomation/default.nix b/2configs/bureautomation/default.nix
index 44690271d..a3af30d2f 100644
--- a/2configs/bureautomation/default.nix
+++ b/2configs/bureautomation/default.nix
@@ -64,6 +64,7 @@ in {
extraOptions = ["--net=host" ];
volumes = [
"${confdir}:/config"
+ "/data/music:/config/media"
#"${confdir}/docker-run:/etc/services.d/home-assistant/run:"
];
};