diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-17 21:18:46 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-17 21:18:46 -0500 |
commit | 842e31b4acbb591dc413f30fce139f1e51a26d3e (patch) | |
tree | cc9d8c44c17ec63e4f69cde28d07e82737fc7065 /modules/hosts | |
parent | b74e44f59eff364eb5281f7389f84ae4e3b692fe (diff) | |
download | nixos-842e31b4acbb591dc413f30fce139f1e51a26d3e.tar.xz nixos-842e31b4acbb591dc413f30fce139f1e51a26d3e.zip |
add searxng service + config
Diffstat (limited to 'modules/hosts')
-rw-r--r-- | modules/hosts/optiplex/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/hosts/optiplex/configuration.nix b/modules/hosts/optiplex/configuration.nix index 3527c7c..16ba475 100644 --- a/modules/hosts/optiplex/configuration.nix +++ b/modules/hosts/optiplex/configuration.nix @@ -18,8 +18,6 @@ docker.enable = true; }; - searxng.enable = true; - # Install more programs environment.systemPackages = with pkgs; [ prismlauncher |