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