nix-configurations/hosts/lkk-nix-1/services/invidious.nix

9 lines
126 B
Nix
Raw Permalink Normal View History

{ config, pkgs, ... }:
2023-02-07 08:29:30 +00:00
{
services.invidious = {
enable = true;
port = 3006;
domain = "video.lanakk.com";
};
}