Compare commits

..

2 commits

Author SHA1 Message Date
a21c778cde
firefox: force search 2024-01-23 22:10:13 -05:00
10c99bf8ba
whisparr: bump version 2024-01-23 22:10:02 -05:00
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@
extraConfig = builtins.readFile ./user.js/betterfox.js;
search = {
default = "SearXNG";
force = true;
engines = {
"SearXNG" = {
urls = [

View file

@ -40,7 +40,7 @@
virtualisation.oci-containers.containers = {
whisparr = {
image = "hotio/whisparr:nightly-7b7bdb9";
image = "ghcr.io/hotio/whisparr:v3-b7c95ec";
ports = ["6969:6969"];
volumes = [
"/var/lib/whisparr:/config"