disable vidyos as nede to migrate the db
Some checks failed
use nix / build (push) Failing after 3m38s

This commit is contained in:
Cyryl Płotnicki 2024-06-28 22:02:25 +01:00
parent 17782f315a
commit 30b3fcf6e9

View file

@ -10,7 +10,7 @@ in {
services.invidious = {
package =
inputs.nixpkgs-nixos-unstable.legacyPackages."${system}".invidious;
enable = true;
enable = false;
inherit domain;
inherit port;
database.createLocally = true;