feat: beepr
This commit is contained in:
parent
39cfa3f054
commit
0a745b1cab
2 changed files with 12 additions and 25 deletions
|
|
@ -301,29 +301,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
redisCreateLocally = true;
|
redisCreateLocally = true;
|
||||||
environmentFile = "/etc/searxng/searxng.env";
|
environmentFile = "/etc/searxng/searxng.env";
|
||||||
|
# Use custom settings.yml file from nix-config
|
||||||
|
settingsFile = ./config/settings.yml;
|
||||||
|
# Override specific settings via NixOS options (these take precedence)
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
bind_address = "127.0.0.1";
|
bind_address = "127.0.0.1";
|
||||||
port = 8888;
|
port = 8888;
|
||||||
# secret_key is set via environmentFile to avoid exposing it in nix store
|
# secret_key is set via environmentFile to avoid exposing it in nix store
|
||||||
};
|
};
|
||||||
general = {
|
|
||||||
debug = false;
|
|
||||||
instance_name = "SearXNG";
|
|
||||||
donation_url = false;
|
|
||||||
contact_url = false;
|
|
||||||
privacypolicy_url = false;
|
|
||||||
enable_metrics = false;
|
|
||||||
};
|
|
||||||
ui = {
|
|
||||||
default_locale = "en";
|
|
||||||
default_theme = "simple";
|
|
||||||
};
|
|
||||||
search = {
|
|
||||||
safe_search = 0;
|
|
||||||
autocomplete = "google";
|
|
||||||
autocomplete_min = 2;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
3
home.nix
3
home.nix
|
|
@ -83,6 +83,7 @@
|
||||||
appimage-run
|
appimage-run
|
||||||
obsidian
|
obsidian
|
||||||
gh
|
gh
|
||||||
|
beeper
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -271,7 +272,7 @@
|
||||||
"${pkgs.kitty}/share/applications/kitty.desktop"
|
"${pkgs.kitty}/share/applications/kitty.desktop"
|
||||||
"${config.programs.zen-browser.package}/share/applications/zen-twilight.desktop"
|
"${config.programs.zen-browser.package}/share/applications/zen-twilight.desktop"
|
||||||
"${pkgs.code-cursor}/share/applications/cursor.desktop"
|
"${pkgs.code-cursor}/share/applications/cursor.desktop"
|
||||||
"${pkgs.signal-desktop}/share/applications/signal.desktop"
|
"${pkgs.beeper}/share/applications/beeper.desktop"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue