Compare commits
2 commits
18aa91e458
...
a21c778cde
Author | SHA1 | Date | |
---|---|---|---|
a21c778cde | |||
10c99bf8ba |
2 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
extraConfig = builtins.readFile ./user.js/betterfox.js;
|
||||
search = {
|
||||
default = "SearXNG";
|
||||
force = true;
|
||||
engines = {
|
||||
"SearXNG" = {
|
||||
urls = [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue