move searxng from fred to dedicated docker image
This commit is contained in:
parent
cd167ce9e4
commit
d6c20de789
2 changed files with 1 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
searchEngines = {
|
searchEngines = {
|
||||||
DEFAULT = "http://fred:8888/?q={}";
|
DEFAULT = "http://search.trex-halfbeak.ts.net/?q={}";
|
||||||
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";
|
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";
|
||||||
aw = "https://wiki.archlinux.org/?search={}";
|
aw = "https://wiki.archlinux.org/?search={}";
|
||||||
nw = "https://nixos.wiki/index.php?search={}";
|
nw = "https://nixos.wiki/index.php?search={}";
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
../server
|
../server
|
||||||
./docker.nix
|
./docker.nix
|
||||||
# ./podman.nix
|
# ./podman.nix
|
||||||
../server/searxng.nix
|
|
||||||
# ../server/unifi.nix
|
# ../server/unifi.nix
|
||||||
];
|
];
|
||||||
networking.hostName = "fred";
|
networking.hostName = "fred";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue