{ config, pkgs, ... }:
{
services.invidious = {
enable = true;
package = pkgs.unstable.invidious;
port = 3006;
domain = "video.lanakk.com";
};
}