box: add database.createLocally to invidious

This commit is contained in:
Aaron Bieber 2023-12-20 06:54:54 -07:00
parent 3aed5917a0
commit 0d7fb6978e
No known key found for this signature in database

View File

@ -432,6 +432,7 @@ in
#};
invidious = {
enable = true;
database.createLocally = true;
settings = {
port = lib.mkForce 1538;
host_binding = "127.0.0.1";