Compare commits
No commits in common. "a21c778cdec85ced2bb882aef52b99211ae85ac7" and "18aa91e4586992b0585b1b2665028c927390678d" have entirely different histories.
a21c778cde
...
18aa91e458
2 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@
|
||||||
extraConfig = builtins.readFile ./user.js/betterfox.js;
|
extraConfig = builtins.readFile ./user.js/betterfox.js;
|
||||||
search = {
|
search = {
|
||||||
default = "SearXNG";
|
default = "SearXNG";
|
||||||
force = true;
|
|
||||||
engines = {
|
engines = {
|
||||||
"SearXNG" = {
|
"SearXNG" = {
|
||||||
urls = [
|
urls = [
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
whisparr = {
|
whisparr = {
|
||||||
image = "ghcr.io/hotio/whisparr:v3-b7c95ec";
|
image = "hotio/whisparr:nightly-7b7bdb9";
|
||||||
ports = ["6969:6969"];
|
ports = ["6969:6969"];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/whisparr:/config"
|
"/var/lib/whisparr:/config"
|
||||||
|
|
Loading…
Reference in a new issue