This commit is contained in:
Henry Hiles 2025-09-12 15:29:58 -04:00
commit d1b859042b
No known key found for this signature in database
3 changed files with 33 additions and 10 deletions

View file

@ -1,10 +1,16 @@
{lib, ...}: { {
lib,
inputs,
pkgs,
...
}: {
services = let services = let
socket = "/var/run/searx/socket"; socket = "/var/run/searx/socket";
domain = "search.federated.nexus"; domain = "search.federated.nexus";
in { in {
searx = { searx = {
enable = true; enable = true;
package = inputs.nixpkgs-master.legacyPackages.${pkgs.system}.searxng;
settings = let settings = let
enginesByCategory = { enginesByCategory = {
general = { general = {

34
flake.lock generated
View file

@ -545,11 +545,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1757255839, "lastModified": 1757508292,
"narHash": "sha256-XH33B1X888Xc/xEXhF1RPq/kzKElM0D5C9N6YdvOvIc=", "narHash": "sha256-7lVWL5bC6xBIMWWDal41LlGAG+9u2zUorqo3QCUL4p4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a", "rev": "146f45bee02b8bd88812cfce6ffc0f933788875a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1231,11 +1231,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1757443987, "lastModified": 1757650187,
"narHash": "sha256-T7E4CIsZBUzrUcPRyTG9FA2xd48MtbQ/HpIaaCfwZwc=", "narHash": "sha256-OrythrqccPKtuVt0mj26rr83Qo3Ljb4ZmwLdPGjzjMU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d587e11cef9caa9484ed090eddc55f4c56908342", "rev": "9eab59f3e71ea3a725e4817d8dcf0da0824ad19d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2301,6 +2301,21 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-master": {
"locked": {
"lastModified": 1757686808,
"narHash": "sha256-PL+Z3OrNpFNHddbsBaxeojYkWObYc2NlyhTmsmpt+hc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "098982b6eca9b809cc2f583e733338f5a36b3ad8",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-riscv": { "nixpkgs-riscv": {
"locked": { "locked": {
"lastModified": 1752147015, "lastModified": 1752147015,
@ -2367,11 +2382,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1757347588, "lastModified": 1757487488,
"narHash": "sha256-tLdkkC6XnsY9EOZW9TlpesTclELy8W7lL2ClL+nma8o=", "narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b599843bad24621dcaa5ab60dac98f9b0eb1cabe", "rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2653,6 +2668,7 @@
"nix-maid": "nix-maid", "nix-maid": "nix-maid",
"nix-matrix-appservices": "nix-matrix-appservices", "nix-matrix-appservices": "nix-matrix-appservices",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"nixpkgs-master": "nixpkgs-master",
"ooye": "ooye", "ooye": "ooye",
"run0-sudo-shim": "run0-sudo-shim", "run0-sudo-shim": "run0-sudo-shim",
"sdm845": "sdm845", "sdm845": "sdm845",

View file

@ -2,6 +2,7 @@
inputs = { inputs = {
gnome-mobile.url = "github:chuangzhu/nixpkgs-gnome-mobile"; gnome-mobile.url = "github:chuangzhu/nixpkgs-gnome-mobile";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs";
wrapper-manager.url = "github:viperML/wrapper-manager"; wrapper-manager.url = "github:viperML/wrapper-manager";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
nix-maid.url = "github:viperML/nix-maid"; nix-maid.url = "github:viperML/nix-maid";