diff options
Diffstat (limited to 'modules/hosts/optiplex')
-rw-r--r-- | modules/hosts/optiplex/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |