Invidious uses a different port

This commit is contained in:
Andrea Ciceri 2023-12-26 11:02:21 +01:00
parent 86e08cad69
commit 31056ba23a
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,3 +1,6 @@
{ {
services.invidious.enable = true; services.invidious = {
enable = true;
port = 3001;
};
} }