From 6d6325fde819ccd980db9c167af6dc8100f07a96 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 21 Nov 2023 21:23:30 +0100 Subject: [PATCH] Mount heidi sound volume --- ServeNix/services/heidi.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ServeNix/services/heidi.nix b/ServeNix/services/heidi.nix index 6a175b9..d70b5b4 100644 --- a/ServeNix/services/heidi.nix +++ b/ServeNix/services/heidi.nix @@ -12,7 +12,9 @@ ports = []; - volumes = []; + volumes = [ + "/home/christoph/heidi-sounds:/sounds:ro" + ]; environment = { DISCORD_TOKEN = (builtins.readFile ./heidi.discord_token);