Skip to content

Commit 664b01f

Browse files
committed
nixos/mirakurun: set the LOGO_DATA_DIR_PATH environment variable
1 parent 9341cd8 commit 664b01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/video/mirakurun.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ in
189189
CHANNELS_CONFIG_PATH = "/etc/mirakurun/channels.yml";
190190
SERVICES_DB_PATH = "/var/lib/mirakurun/services.json";
191191
PROGRAMS_DB_PATH = "/var/lib/mirakurun/programs.json";
192+
LOGO_DATA_DIR_PATH = "/var/lib/mirakurun/logos";
192193
NODE_ENV = "production";
193194
};
194195

0 commit comments

Comments
 (0)