From b74e44f59eff364eb5281f7389f84ae4e3b692fe Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Jul 2025 20:03:16 -0500 Subject: cleanup secrets into different files and optional set user password etc --- modules/hosts/optiplex/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hosts/optiplex') diff --git a/modules/hosts/optiplex/configuration.nix b/modules/hosts/optiplex/configuration.nix index 16ba475..3527c7c 100644 --- a/modules/hosts/optiplex/configuration.nix +++ b/modules/hosts/optiplex/configuration.nix @@ -18,6 +18,8 @@ docker.enable = true; }; + searxng.enable = true; + # Install more programs environment.systemPackages = with pkgs; [ prismlauncher -- cgit v1.2.3