From de5eefb9f460830e62d69f981b0b17115c686c14 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sun, 2 Mar 2025 19:01:34 -0800 Subject: [PATCH] flake: invidious: provide default --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 41ee818..984d839 100644 --- a/flake.nix +++ b/flake.nix @@ -44,6 +44,11 @@ }; }; }; + + default = { + enabled = false; + url = "http://invidious.nor"; + }; }; user = lib.mkOption {