From ecdec62932c1fba0d090020a9d3f5b6e62a2b839 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Mon, 20 Jan 2025 16:16:08 +0100 Subject: feat(modules/invidious-router): init --- hosts/by-name/server2/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/by-name/server2') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index abb29d7..5d3c7fb 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -27,6 +27,14 @@ domain = "git.foss-syndicate.org"; gitolite.adminPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIME4ZVa+IoZf6T3U08JG93i6QIAJ4amm7mkBzO14JSkz cardno:000F_18F83532"; }; + invidious-router = { + enable = true; + domain = "invidious-router.vhack.eu"; + extraDomains = [ + "video.fosswelt.org" + "invidious-router.sils.li" + ]; + }; nginx = { enable = true; redirects = { -- cgit 1.4.1