summaryrefslogtreecommitdiffstats
path: root/makefu
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
commit902ee85b6726a1e7d76783d097231d063c7a5ea8 (patch)
treec05ad245d4f21edb3484f205205bc7d0f5772445 /makefu
parent433b0b75be21729cb6612dffc8b6eda2a0a17480 (diff)
ma bureauautomation: Add music folder to wbob hass
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/bureautomation/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix
index 44690271..a3af30d2 100644
--- a/makefu/2configs/bureautomation/default.nix
+++ b/makefu/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:"
];
};