disable vidyos as nede to migrate the db
Some checks failed
use nix / build (push) Failing after 3m38s
Some checks failed
use nix / build (push) Failing after 3m38s
This commit is contained in:
parent
17782f315a
commit
30b3fcf6e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue